Html Css Color HEX #769126 Olive Drab

📋 copy color: '#769126'

red 118 ◦ green 145 ◦ blue 38

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

Shades of Olive Drab #769126

Tints of Olive Drab #769126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 39.2%
G = 48.17%
B = 12.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#769126 (or 0x769126) is known color: Olive Drab. HEX triplet: 76, 91 and 26. RGB value is (118,145,38). Sum of RGB (Red+Green+Blue) = 118+145+38=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #769126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769126 is #896ED9. Grayscale: #7D7D7D. Windows color (decimal): -9006810 or 2527606. OLE color: 2527606.

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

Color convert

RGB 118 145 38 -
CMYK 0.19 0 0.74 0.43
HSL 75.14º 0.58% 0.36% -
HSV(B) 75.14º 0.74% 0.57% -
XYZ 17.95 24.24 5.57 -
YUV 124.73 79.05 123.2 -
System Red Green Blue C M Y K H S L
Decimal 118 145 38 0.19 0 0.74 0.43 75.14 0.58 0.36
Hex 76 91 26 13 0 4A 2B 4B 3A 24
Octal 166 221 46 23 0 112 53 113 72 44
Binary 1110110 10010001 100110 10011 0 1001010 101011 1001011 111010 100100

Color Harmonies of #769126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769126

Black with #769126

Text Example


Text Example

White with #769126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769126; }

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

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

background-color css

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

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

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

border-color css

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

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

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