Html Css Color HEX #769115 Olive Drab

📋 copy color: '#769115'

red 118 ◦ green 145 ◦ blue 21

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

Shades of Olive Drab #769115

Tints of Olive Drab #769115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 41.55%
G = 51.06%
B = 7.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#769115 (or 0x769115) is known color: Olive Drab. HEX triplet: 76, 91 and 15. RGB value is (118,145,21). Sum of RGB (Red+Green+Blue) = 118+145+21=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #769115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769115 is #896EEA. Grayscale: #7B7B7B. Windows color (decimal): -9006827 or 1413494. OLE color: 1413494.

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

Color convert

RGB 118 145 21 -
CMYK 0.19 0 0.86 0.43
HSL 73.06º 0.75% 0.33% -
HSV(B) 73.06º 0.86% 0.57% -
XYZ 17.73 24.16 4.44 -
YUV 122.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 118 145 21 0.19 0 0.86 0.43 73.06 0.75 0.33
Hex 76 91 15 13 0 56 2B 49 4B 21
Octal 166 221 25 23 0 126 53 111 113 41
Binary 1110110 10010001 10101 10011 0 1010110 101011 1001001 1001011 100001

Color Harmonies of #769115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769115

Black with #769115

Text Example


Text Example

White with #769115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769115; }

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

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

background-color css

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

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

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

border-color css

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

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

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