Html Css Color HEX #768F24 Olive Drab

📋 copy color: '#768F24'

red 118 ◦ green 143 ◦ blue 36

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

Shades of Olive Drab #768F24

Tints of Olive Drab #768F24

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.15%

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

R = 39.73%
G = 48.15%
B = 12.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#768F24 (or 0x768F24) is known color: Olive Drab. HEX triplet: 76, 8F and 24. RGB value is (118,143,36). Sum of RGB (Red+Green+Blue) = 118+143+36=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #768F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768F24 is #8970DB. Grayscale: #7B7B7B. Windows color (decimal): -9007324 or 2396022. OLE color: 2396022.

HSL color Cylindrical-coordinate representation of color #768F24: hue angle of 74.02º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #768F24 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 143 36 -
CMYK 0.17 0 0.75 0.44
HSL 74.02º 0.6% 0.35% -
HSV(B) 74.02º 0.75% 0.56% -
XYZ 17.61 23.62 5.3 -
YUV 123.33 78.72 124.2 -
System Red Green Blue C M Y K H S L
Decimal 118 143 36 0.17 0 0.75 0.44 74.02 0.6 0.35
Hex 76 8F 24 11 0 4B 2C 4A 3C 23
Octal 166 217 44 21 0 113 54 112 74 43
Binary 1110110 10001111 100100 10001 0 1001011 101100 1001010 111100 100011

Color Harmonies of #768F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768F24

Black with #768F24

Text Example


Text Example

White with #768F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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