Html Css Color HEX #696916 Fiji Green

📋 copy color: '#696916'

red 105 ◦ green 105 ◦ blue 22

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

Shades of Fiji Green #696916

Tints of Fiji Green #696916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.26%

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 45.26%
G = 45.26%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#696916 (or 0x696916) is known color: Fiji Green. HEX triplet: 69, 69 and 16. RGB value is (105,105,22). Sum of RGB (Red+Green+Blue) = 105+105+22=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696916 is #9696E9. Grayscale: #5F5F5F. Windows color (decimal): -9869034 or 1468777. OLE color: 1468777.

HSL color Cylindrical-coordinate representation of color #696916: hue angle of 60º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #696916 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 105 22 -
CMYK 0 0 0.79 0.59
HSL 60º 0.65% 0.25% -
HSV(B) 60º 0.79% 0.41% -
XYZ 11.02 13.16 2.72 -
YUV 95.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 105 105 22 0 0 0.79 0.59 60 0.65 0.25
Hex 69 69 16 0 0 4F 3B 3C 41 19
Octal 151 151 26 0 0 117 73 74 101 31
Binary 1101001 1101001 10110 0 0 1001111 111011 111100 1000001 11001

Color Harmonies of #696916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696916

Black with #696916

Text Example


Text Example

White with #696916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696916; }

 p { color: rgb(105,105,22); }

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

background-color css

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

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

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

border-color css

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

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

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