#69711B

Color #69711B Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #69711B

Tints of Fiji Green #69711B

Color information

#69711B (or 0x69711B) is unknown color: approx Fiji Green. HEX triplet: 69, 71 and 1B. RGB value is (105,113,27). Sum of RGB (Red+Green+Blue) = 105+113+27=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #69711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69711B is #968EE4. Grayscale: #656565. Windows color (decimal): -9866981 or 1798505. OLE color: 1798505.

HSL color Cylindrical-coordinate representation of color #69711B: hue angle of 65.58º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69711B is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB10511327-
CMYK0.0700.760.56
HSL65.58º61.43%27.45%-
HSV(B)65.58º76.11%44.31%-
XYZ11.9314.893.28-
YUV100.886.35130.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 27 (10.94% from 255) = 11.02%
R=42.86%
G=46.12%
B=11.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105113270.0700.760.5665.5861.4327.45
Hex69711B704C38423d1b
Octal1511613370114701027533
Binary110100111100011101111101001100111000100001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69711B; }

 p { color: rgb(105,113,27); }

 H1.HeaderClassName
 {
   color: #69711B;
 }
 .AnyTagClassName
 {
   color: #69711B;
 }
</style>
background-color css

<style>
 a { background-color: #69711B; }

 a { background-color: rgb(105,113,27); }

 div.DivClassName
 {
   background-color: #69711B;
 }
 .BgClassName
 {
   background-color: #69711B;
 }
</style>
border-color css

<style>
 span { border-color: #69711B; }

 span { border-color: rgb(105,113,27); }

 td.TdClassName
 {
   border-color: #69711B;
 }
 .TagClassName
 {
   border-color: #69711B;
 }
</style>