Html Css Color HEX #768D19 Olive Drab

📋 copy color: '#768D19'

red 118 ◦ green 141 ◦ blue 25

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

Shades of Olive Drab #768D19

Tints of Olive Drab #768D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 49.65%

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

R = 41.55%
G = 49.65%
B = 8.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#768D19 (or 0x768D19) is known color: Olive Drab. HEX triplet: 76, 8D and 19. RGB value is (118,141,25). Sum of RGB (Red+Green+Blue) = 118+141+25=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #768D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768D19 is #8972E6. Grayscale: #797979. Windows color (decimal): -9007847 or 1674614. OLE color: 1674614.

HSL color Cylindrical-coordinate representation of color #768D19: hue angle of 71.9º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #768D19 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 141 25 -
CMYK 0.16 0 0.82 0.45
HSL 71.9º 0.7% 0.33% -
HSV(B) 71.9º 0.82% 0.55% -
XYZ 17.17 22.97 4.45 -
YUV 120.9 73.88 125.93 -
System Red Green Blue C M Y K H S L
Decimal 118 141 25 0.16 0 0.82 0.45 71.9 0.7 0.33
Hex 76 8D 19 10 0 52 2D 48 46 21
Octal 166 215 31 20 0 122 55 110 106 41
Binary 1110110 10001101 11001 10000 0 1010010 101101 1001000 1000110 100001

Color Harmonies of #768D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D19

Black with #768D19

Text Example


Text Example

White with #768D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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