#696B0B

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

Shades of Fiji Green #696B0B

Tints of Fiji Green #696B0B

Color information

#696B0B (or 0x696B0B) is unknown color: approx Fiji Green. HEX triplet: 69, 6B and 0B. RGB value is (105,107,11). Sum of RGB (Red+Green+Blue) = 105+107+11=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #696B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B0B is #9694F4. Grayscale: #5F5F5F. Windows color (decimal): -9868533 or 748393. OLE color: 748393.

HSL color Cylindrical-coordinate representation of color #696B0B: hue angle of 61.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #696B0B is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB10510711-
CMYK0.0200.900.58
HSL61.25º81.36%23.14%-
HSV(B)61.25º89.72%41.96%-
XYZ11.1413.542.34-
YUV95.4680.34134.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 11 (4.69% from 255) = 4.93%
R=47.09%
G=47.98%
B=4.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105107110.0200.900.5861.2581.3623.14
Hex696BB205A3A3d5117
Octal1511531320132727512127
Binary1101001110101110111001011010111010111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696B0B; }

 p { color: rgb(105,107,11); }

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

<style>
 a { background-color: #696B0B; }

 a { background-color: rgb(105,107,11); }

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

<style>
 span { border-color: #696B0B; }

 span { border-color: rgb(105,107,11); }

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