#696C21

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

Shades of Fiji Green #696C21

Tints of Fiji Green #696C21

Color information

#696C21 (or 0x696C21) is unknown color: approx Fiji Green. HEX triplet: 69, 6C and 21. RGB value is (105,108,33). Sum of RGB (Red+Green+Blue) = 105+108+33=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #696C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C21 is #9693DE. Grayscale: #626262. Windows color (decimal): -9868255 or 2190441. OLE color: 2190441.

HSL color Cylindrical-coordinate representation of color #696C21: hue angle of 62.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #696C21 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB10510833-
CMYK0.0300.690.58
HSL62.4º53.19%27.65%-
HSV(B)62.4º69.44%42.35%-
XYZ11.4613.843.51-
YUV98.5591.01132.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=42.68%
G=43.90%
B=13.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105108330.0300.690.5862.453.1927.65
Hex696C2130453A3e351c
Octal151154413010572766534
Binary11010011101100100001110100010111101011111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,33); }

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

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

 a { background-color: rgb(105,108,33); }

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

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

 span { border-color: rgb(105,108,33); }

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