Html Css Color HEX #696E06 Fiji Green

📋 copy color: '#696E06'

red 105 ◦ green 110 ◦ blue 6

#696E06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #696E06

Tints of Fiji Green #696E06

RGB

 RED value IS 105 (41.41% from 255) = 47.51%

 GREEN value IS 110 (43.36% from 255) = 49.77%

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 47.51%
G = 49.77%
B = 2.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#696E06 (or 0x696E06) is known color: Fiji Green. HEX triplet: 69, 6E and 06. RGB value is (105,110,6). Sum of RGB (Red+Green+Blue) = 105+110+6=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #696E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696E06 is #9691F9. Grayscale: #616161. Windows color (decimal): -9867770 or 421481. OLE color: 421481.

HSL color Cylindrical-coordinate representation of color #696E06: hue angle of 62.88º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #696E06 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 110 6 -
CMYK 0.05 0 0.95 0.57
HSL 62.88º 0.9% 0.23% -
HSV(B) 62.88º 0.95% 0.43% -
XYZ 11.43 14.17 2.3 -
YUV 96.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 105 110 6 0.05 0 0.95 0.57 62.88 0.9 0.23
Hex 69 6E 6 5 0 5F 39 3F 5A 17
Octal 151 156 6 5 0 137 71 77 132 27
Binary 1101001 1101110 110 101 0 1011111 111001 111111 1011010 10111

Color Harmonies of #696E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E06

Black with #696E06

Text Example


Text Example

White with #696E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,110,6); }

 H1.HeaderClassName
 {
   color: #696E06;
 }
 .AnyTagClassName
 {
   color: #696E06;
 }
</style>

background-color css

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

 a { background-color: rgb(105,110,6); }

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

border-color css

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

 span { border-color: rgb(105,110,6); }

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