Html Css Color HEX #769129 Olive Drab

📋 copy color: '#769129'

red 118 ◦ green 145 ◦ blue 41

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

Shades of Olive Drab #769129

Tints of Olive Drab #769129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 38.82%
G = 47.7%
B = 13.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#769129 (or 0x769129) is known color: Olive Drab. HEX triplet: 76, 91 and 29. RGB value is (118,145,41). Sum of RGB (Red+Green+Blue) = 118+145+41=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #769129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769129 is #896ED6. Grayscale: #7D7D7D. Windows color (decimal): -9006807 or 2724214. OLE color: 2724214.

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

Color convert

RGB 118 145 41 -
CMYK 0.19 0 0.72 0.43
HSL 75.58º 0.56% 0.36% -
HSV(B) 75.58º 0.72% 0.57% -
XYZ 18 24.26 5.83 -
YUV 125.07 80.55 122.96 -
System Red Green Blue C M Y K H S L
Decimal 118 145 41 0.19 0 0.72 0.43 75.58 0.56 0.36
Hex 76 91 29 13 0 48 2B 4C 38 24
Octal 166 221 51 23 0 110 53 114 70 44
Binary 1110110 10010001 101001 10011 0 1001000 101011 1001100 111000 100100

Color Harmonies of #769129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769129

Black with #769129

Text Example


Text Example

White with #769129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769129; }

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

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

background-color css

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

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

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

border-color css

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

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

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