#696D21

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

Shades of Fiji Green #696D21

Tints of Fiji Green #696D21

Color information

#696D21 (or 0x696D21) is unknown color: approx Fiji Green. HEX triplet: 69, 6D and 21. RGB value is (105,109,33). Sum of RGB (Red+Green+Blue) = 105+109+33=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 109 - color contains mainly: green. Hex color #696D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696D21 is #9692DE. Grayscale: #636363. Windows color (decimal): -9867999 or 2190697. OLE color: 2190697.

HSL color Cylindrical-coordinate representation of color #696D21: hue angle of 63.16º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #696D21 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB10510933-
CMYK0.0400.700.57
HSL63.16º53.52%27.84%-
HSV(B)63.16º69.72%42.75%-
XYZ11.5714.053.54-
YUV99.1490.67132.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 33 (13.28% from 255) = 13.36%
R=42.51%
G=44.13%
B=13.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105109330.0400.700.5763.1653.5227.84
Hex696D214046393f361c
Octal151155414010671776634
Binary110100111011011000011000100011011100111111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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