Html Css Color HEX #769124 Olive Drab

📋 copy color: '#769124'

red 118 ◦ green 145 ◦ blue 36

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

Shades of Olive Drab #769124

Tints of Olive Drab #769124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.49%

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

R = 39.46%
G = 48.49%
B = 12.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#769124 (or 0x769124) is known color: Olive Drab. HEX triplet: 76, 91 and 24. RGB value is (118,145,36). Sum of RGB (Red+Green+Blue) = 118+145+36=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #769124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769124 is #896EDB. Grayscale: #7C7C7C. Windows color (decimal): -9006812 or 2396534. OLE color: 2396534.

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

Color convert

RGB 118 145 36 -
CMYK 0.19 0 0.75 0.43
HSL 74.86º 0.6% 0.35% -
HSV(B) 74.86º 0.75% 0.57% -
XYZ 17.92 24.23 5.4 -
YUV 124.5 78.05 123.36 -
System Red Green Blue C M Y K H S L
Decimal 118 145 36 0.19 0 0.75 0.43 74.86 0.6 0.35
Hex 76 91 24 13 0 4B 2B 4B 3C 23
Octal 166 221 44 23 0 113 53 113 74 43
Binary 1110110 10010001 100100 10011 0 1001011 101011 1001011 111100 100011

Color Harmonies of #769124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769124

Black with #769124

Text Example


Text Example

White with #769124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769124; }

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

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

background-color css

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

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

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

border-color css

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

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

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