Html Css Color HEX #696918 Fiji Green

📋 copy color: '#696918'

red 105 ◦ green 105 ◦ blue 24

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

Shades of Fiji Green #696918

Tints of Fiji Green #696918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 44.87%
G = 44.87%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#696918 (or 0x696918) is known color: Fiji Green. HEX triplet: 69, 69 and 18. RGB value is (105,105,24). Sum of RGB (Red+Green+Blue) = 105+105+24=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696918 is #9696E7. Grayscale: #606060. Windows color (decimal): -9869032 or 1599849. OLE color: 1599849.

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

Color convert

RGB 105 105 24 -
CMYK 0 0 0.77 0.59
HSL 60º 0.63% 0.25% -
HSV(B) 60º 0.77% 0.41% -
XYZ 11.04 13.17 2.82 -
YUV 95.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 105 105 24 0 0 0.77 0.59 60 0.63 0.25
Hex 69 69 18 0 0 4D 3B 3C 3F 19
Octal 151 151 30 0 0 115 73 74 77 31
Binary 1101001 1101001 11000 0 0 1001101 111011 111100 111111 11001

Color Harmonies of #696918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696918

Black with #696918

Text Example


Text Example

White with #696918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696918; }

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

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

background-color css

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

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

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

border-color css

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

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

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