Html Css Color HEX #768B24 Olive Drab

📋 copy color: '#768B24'

red 118 ◦ green 139 ◦ blue 36

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

Shades of Olive Drab #768B24

Tints of Olive Drab #768B24

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.44%

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 40.27%
G = 47.44%
B = 12.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#768B24 (or 0x768B24) is known color: Olive Drab. HEX triplet: 76, 8B and 24. RGB value is (118,139,36). Sum of RGB (Red+Green+Blue) = 118+139+36=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #768B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B24 is #8974DB. Grayscale: #797979. Windows color (decimal): -9008348 or 2394998. OLE color: 2394998.

HSL color Cylindrical-coordinate representation of color #768B24: hue angle of 72.23º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #768B24 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 139 36 -
CMYK 0.15 0 0.74 0.45
HSL 72.23º 0.59% 0.34% -
HSV(B) 72.23º 0.74% 0.55% -
XYZ 17.02 22.44 5.1 -
YUV 120.98 80.04 125.88 -
System Red Green Blue C M Y K H S L
Decimal 118 139 36 0.15 0 0.74 0.45 72.23 0.59 0.34
Hex 76 8B 24 F 0 4A 2D 48 3B 22
Octal 166 213 44 17 0 112 55 110 73 42
Binary 1110110 10001011 100100 1111 0 1001010 101101 1001000 111011 100010

Color Harmonies of #768B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B24

Black with #768B24

Text Example


Text Example

White with #768B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,139,36); }

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

background-color css

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

 a { background-color: rgb(118,139,36); }

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

border-color css

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

 span { border-color: rgb(118,139,36); }

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