Html Css Color HEX #769815 Olive Drab

📋 copy color: '#769815'

red 118 ◦ green 152 ◦ blue 21

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

Shades of Olive Drab #769815

Tints of Olive Drab #769815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.23%

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

R = 40.55%
G = 52.23%
B = 7.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#769815 (or 0x769815) is known color: Olive Drab. HEX triplet: 76, 98 and 15. RGB value is (118,152,21). Sum of RGB (Red+Green+Blue) = 118+152+21=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #769815 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769815 is #8967EA. Grayscale: #7F7F7F. Windows color (decimal): -9005035 or 1415286. OLE color: 1415286.

HSL color Cylindrical-coordinate representation of color #769815: hue angle of 75.57º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #769815 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 21 -
CMYK 0.22 0 0.86 0.40
HSL 75.57º 0.76% 0.34% -
HSV(B) 75.57º 0.86% 0.6% -
XYZ 18.83 26.36 4.81 -
YUV 126.9 68.24 121.65 -
System Red Green Blue C M Y K H S L
Decimal 118 152 21 0.22 0 0.86 0.40 75.57 0.76 0.34
Hex 76 98 15 16 0 56 28 4C 4C 22
Octal 166 230 25 26 0 126 50 114 114 42
Binary 1110110 10011000 10101 10110 0 1010110 101000 1001100 1001100 100010

Color Harmonies of #769815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769815

Black with #769815

Text Example


Text Example

White with #769815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769815; }

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

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

background-color css

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

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

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

border-color css

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

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

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