Html Css Color HEX #769315 Olive Drab

📋 copy color: '#769315'

red 118 ◦ green 147 ◦ blue 21

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

Shades of Olive Drab #769315

Tints of Olive Drab #769315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.4%

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

R = 41.26%
G = 51.4%
B = 7.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#769315 (or 0x769315) is known color: Olive Drab. HEX triplet: 76, 93 and 15. RGB value is (118,147,21). Sum of RGB (Red+Green+Blue) = 118+147+21=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #769315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769315 is #896CEA. Grayscale: #7C7C7C. Windows color (decimal): -9006315 or 1414006. OLE color: 1414006.

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

Color convert

RGB 118 147 21 -
CMYK 0.20 0 0.86 0.42
HSL 73.81º 0.75% 0.33% -
HSV(B) 73.81º 0.86% 0.58% -
XYZ 18.04 24.77 4.54 -
YUV 123.97 69.89 123.75 -
System Red Green Blue C M Y K H S L
Decimal 118 147 21 0.20 0 0.86 0.42 73.81 0.75 0.33
Hex 76 93 15 14 0 56 2A 4A 4B 21
Octal 166 223 25 24 0 126 52 112 113 41
Binary 1110110 10010011 10101 10100 0 1010110 101010 1001010 1001011 100001

Color Harmonies of #769315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769315

Black with #769315

Text Example


Text Example

White with #769315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769315; }

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

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

background-color css

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

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

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

border-color css

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

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

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