Html Css Color HEX #696B18 Fiji Green

📋 copy color: '#696B18'

red 105 ◦ green 107 ◦ blue 24

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

Shades of Fiji Green #696B18

Tints of Fiji Green #696B18

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.34%

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

R = 44.49%
G = 45.34%
B = 10.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#696B18 (or 0x696B18) is known color: Fiji Green. HEX triplet: 69, 6B and 18. RGB value is (105,107,24). Sum of RGB (Red+Green+Blue) = 105+107+24=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #696B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B18 is #9694E7. Grayscale: #616161. Windows color (decimal): -9868520 or 1600361. OLE color: 1600361.

HSL color Cylindrical-coordinate representation of color #696B18: hue angle of 61.45º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #696B18 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 107 24 -
CMYK 0.02 0 0.78 0.58
HSL 61.45º 0.63% 0.26% -
HSV(B) 61.45º 0.78% 0.42% -
XYZ 11.25 13.58 2.89 -
YUV 96.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 105 107 24 0.02 0 0.78 0.58 61.45 0.63 0.26
Hex 69 6B 18 2 0 4E 3A 3D 3F 1A
Octal 151 153 30 2 0 116 72 75 77 32
Binary 1101001 1101011 11000 10 0 1001110 111010 111101 111111 11010

Color Harmonies of #696B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B18

Black with #696B18

Text Example


Text Example

White with #696B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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