Html Css Color HEX #696606 Fiji Green

📋 copy color: '#696606'

red 105 ◦ green 102 ◦ blue 6

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

Shades of Fiji Green #696606

Tints of Fiji Green #696606

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.89%

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

R = 49.3%
G = 47.89%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#696606 (or 0x696606) is known color: Fiji Green. HEX triplet: 69, 66 and 06. RGB value is (105,102,6). Sum of RGB (Red+Green+Blue) = 105+102+6=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #696606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696606 is #9699F9. Grayscale: #5C5C5C. Windows color (decimal): -9869818 or 419433. OLE color: 419433.

HSL color Cylindrical-coordinate representation of color #696606: hue angle of 58.18º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #696606 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 102 6 -
CMYK 0 0.03 0.94 0.59
HSL 58.18º 0.89% 0.22% -
HSV(B) 58.18º 0.94% 0.41% -
XYZ 10.61 12.52 2.03 -
YUV 91.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 105 102 6 0 0.03 0.94 0.59 58.18 0.89 0.22
Hex 69 66 6 0 3 5E 3B 3A 59 16
Octal 151 146 6 0 3 136 73 72 131 26
Binary 1101001 1100110 110 0 11 1011110 111011 111010 1011001 10110

Color Harmonies of #696606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696606

Black with #696606

Text Example


Text Example

White with #696606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696606; }

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

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

background-color css

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

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

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

border-color css

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

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

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