Html Css Color HEX #769127 Olive Drab

📋 copy color: '#769127'

red 118 ◦ green 145 ◦ blue 39

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

Shades of Olive Drab #769127

Tints of Olive Drab #769127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.91%

R = 39.07%
G = 48.01%
B = 12.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#769127 (or 0x769127) is known color: Olive Drab. HEX triplet: 76, 91 and 27. RGB value is (118,145,39). Sum of RGB (Red+Green+Blue) = 118+145+39=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #769127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769127 is #896ED8. Grayscale: #7D7D7D. Windows color (decimal): -9006809 or 2593142. OLE color: 2593142.

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

Color convert

RGB 118 145 39 -
CMYK 0.19 0 0.73 0.43
HSL 75.28º 0.58% 0.36% -
HSV(B) 75.28º 0.73% 0.57% -
XYZ 17.96 24.25 5.65 -
YUV 124.84 79.55 123.12 -
System Red Green Blue C M Y K H S L
Decimal 118 145 39 0.19 0 0.73 0.43 75.28 0.58 0.36
Hex 76 91 27 13 0 49 2B 4B 3A 24
Octal 166 221 47 23 0 111 53 113 72 44
Binary 1110110 10010001 100111 10011 0 1001001 101011 1001011 111010 100100

Color Harmonies of #769127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769127

Black with #769127

Text Example


Text Example

White with #769127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769127; }

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

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

background-color css

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

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

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

border-color css

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

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

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