Html Css Color HEX #769818 Olive Drab

📋 copy color: '#769818'

red 118 ◦ green 152 ◦ blue 24

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

Shades of Olive Drab #769818

Tints of Olive Drab #769818

RGB

 RED value IS 118 (46.48% from 255) = 40.14%

 GREEN value IS 152 (59.77% from 255) = 51.7%

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

R = 40.14%
G = 51.7%
B = 8.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#769818 (or 0x769818) is known color: Olive Drab. HEX triplet: 76, 98 and 18. RGB value is (118,152,24). Sum of RGB (Red+Green+Blue) = 118+152+24=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #769818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769818 is #8967E7. Grayscale: #7F7F7F. Windows color (decimal): -9005032 or 1611894. OLE color: 1611894.

HSL color Cylindrical-coordinate representation of color #769818: hue angle of 75.94º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #769818 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 24 -
CMYK 0.22 0 0.84 0.40
HSL 75.94º 0.73% 0.35% -
HSV(B) 75.94º 0.84% 0.6% -
XYZ 18.86 26.37 4.96 -
YUV 127.24 69.74 121.41 -
System Red Green Blue C M Y K H S L
Decimal 118 152 24 0.22 0 0.84 0.40 75.94 0.73 0.35
Hex 76 98 18 16 0 54 28 4C 49 23
Octal 166 230 30 26 0 124 50 114 111 43
Binary 1110110 10011000 11000 10110 0 1010100 101000 1001100 1001001 100011

Color Harmonies of #769818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769818

Black with #769818

Text Example


Text Example

White with #769818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769818; }

 p { color: rgb(118,152,24); }

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

background-color css

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

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

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

border-color css

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

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

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