Html Css Color HEX #769724 Olive Drab

📋 copy color: '#769724'

red 118 ◦ green 151 ◦ blue 36

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

Shades of Olive Drab #769724

Tints of Olive Drab #769724

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.51%

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

R = 38.69%
G = 49.51%
B = 11.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#769724 (or 0x769724) is known color: Olive Drab. HEX triplet: 76, 97 and 24. RGB value is (118,151,36). Sum of RGB (Red+Green+Blue) = 118+151+36=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #769724 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769724 is #8968DB. Grayscale: #808080. Windows color (decimal): -9005276 or 2398070. OLE color: 2398070.

HSL color Cylindrical-coordinate representation of color #769724: hue angle of 77.22º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #769724 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 36 -
CMYK 0.22 0 0.76 0.41
HSL 77.22º 0.61% 0.37% -
HSV(B) 77.22º 0.76% 0.59% -
XYZ 18.86 26.11 5.72 -
YUV 128.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 118 151 36 0.22 0 0.76 0.41 77.22 0.61 0.37
Hex 76 97 24 16 0 4C 29 4D 3D 25
Octal 166 227 44 26 0 114 51 115 75 45
Binary 1110110 10010111 100100 10110 0 1001100 101001 1001101 111101 100101

Color Harmonies of #769724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769724

Black with #769724

Text Example


Text Example

White with #769724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769724; }

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

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

background-color css

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

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

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

border-color css

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

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

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