#696D1A

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

Shades of Fiji Green #696D1A

Tints of Fiji Green #696D1A

Color information

#696D1A (or 0x696D1A) is unknown color: approx Fiji Green. HEX triplet: 69, 6D and 1A. RGB value is (105,109,26). Sum of RGB (Red+Green+Blue) = 105+109+26=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #696D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696D1A is #9692E5. Grayscale: #626262. Windows color (decimal): -9868006 or 1731945. OLE color: 1731945.

HSL color Cylindrical-coordinate representation of color #696D1A: hue angle of 62.89º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #696D1A is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB10510926-
CMYK0.0400.760.57
HSL62.89º61.48%26.47%-
HSV(B)62.89º76.15%42.75%-
XYZ11.4814.023.08-
YUV98.3487.17132.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 109 (42.97% from 255) = 45.42%
BLUE value IS 26 (10.55% from 255) = 10.83%
R=43.75%
G=45.42%
B=10.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105109260.0400.760.5762.8961.4826.47
Hex696D1A404C393f3d1a
Octal151155324011471777532
Binary11010011101101110101000100110011100111111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,109,26); }

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

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

 a { background-color: rgb(105,109,26); }

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

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

 span { border-color: rgb(105,109,26); }

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