Html Css Color HEX #696407 Fiji Green

📋 copy color: '#696407'

red 105 ◦ green 100 ◦ blue 7

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

Shades of Fiji Green #696407

Tints of Fiji Green #696407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.17%

 BLUE value IS 7 (3.13% from 255) = 3.3%

R = 49.53%
G = 47.17%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#696407 (or 0x696407) is known color: Fiji Green. HEX triplet: 69, 64 and 07. RGB value is (105,100,7). Sum of RGB (Red+Green+Blue) = 105+100+7=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #696407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696407 is #969BF8. Grayscale: #5B5B5B. Windows color (decimal): -9870329 or 484457. OLE color: 484457.

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

Color convert

RGB 105 100 7 -
CMYK 0 0.05 0.93 0.59
HSL 56.94º 0.88% 0.22% -
HSV(B) 56.94º 0.93% 0.41% -
XYZ 10.42 12.13 1.99 -
YUV 90.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 105 100 7 0 0.05 0.93 0.59 56.94 0.88 0.22
Hex 69 64 7 0 5 5D 3B 39 58 16
Octal 151 144 7 0 5 135 73 71 130 26
Binary 1101001 1100100 111 0 101 1011101 111011 111001 1011000 10110

Color Harmonies of #696407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696407

Black with #696407

Text Example


Text Example

White with #696407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696407; }

 p { color: rgb(105,100,7); }

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

background-color css

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

 a { background-color: rgb(105,100,7); }

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

border-color css

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

 span { border-color: rgb(105,100,7); }

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