Html Css Color HEX #769219 Olive Drab

📋 copy color: '#769219'

red 118 ◦ green 146 ◦ blue 25

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

Shades of Olive Drab #769219

Tints of Olive Drab #769219

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.52%

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 40.83%
G = 50.52%
B = 8.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#769219 (or 0x769219) is known color: Olive Drab. HEX triplet: 76, 92 and 19. RGB value is (118,146,25). Sum of RGB (Red+Green+Blue) = 118+146+25=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #769219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769219 is #896DE6. Grayscale: #7C7C7C. Windows color (decimal): -9006567 or 1675894. OLE color: 1675894.

HSL color Cylindrical-coordinate representation of color #769219: hue angle of 73.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #769219 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 25 -
CMYK 0.19 0 0.83 0.43
HSL 73.88º 0.71% 0.34% -
HSV(B) 73.88º 0.83% 0.57% -
XYZ 17.93 24.48 4.7 -
YUV 123.83 72.22 123.84 -
System Red Green Blue C M Y K H S L
Decimal 118 146 25 0.19 0 0.83 0.43 73.88 0.71 0.34
Hex 76 92 19 13 0 53 2B 4A 47 22
Octal 166 222 31 23 0 123 53 112 107 42
Binary 1110110 10010010 11001 10011 0 1010011 101011 1001010 1000111 100010

Color Harmonies of #769219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769219

Black with #769219

Text Example


Text Example

White with #769219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769219; }

 p { color: rgb(118,146,25); }

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

background-color css

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

 a { background-color: rgb(118,146,25); }

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

border-color css

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

 span { border-color: rgb(118,146,25); }

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