Html Css Color HEX #769316 Olive Drab

📋 copy color: '#769316'

red 118 ◦ green 147 ◦ blue 22

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

Shades of Olive Drab #769316

Tints of Olive Drab #769316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 41.11%
G = 51.22%
B = 7.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#769316 (or 0x769316) is known color: Olive Drab. HEX triplet: 76, 93 and 16. RGB value is (118,147,22). Sum of RGB (Red+Green+Blue) = 118+147+22=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #769316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769316 is #896CE9. Grayscale: #7C7C7C. Windows color (decimal): -9006314 or 1479542. OLE color: 1479542.

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

Color convert

RGB 118 147 22 -
CMYK 0.20 0 0.85 0.42
HSL 73.92º 0.74% 0.33% -
HSV(B) 73.92º 0.85% 0.58% -
XYZ 18.05 24.78 4.59 -
YUV 124.08 70.39 123.66 -
System Red Green Blue C M Y K H S L
Decimal 118 147 22 0.20 0 0.85 0.42 73.92 0.74 0.33
Hex 76 93 16 14 0 55 2A 4A 4A 21
Octal 166 223 26 24 0 125 52 112 112 41
Binary 1110110 10010011 10110 10100 0 1010101 101010 1001010 1001010 100001

Color Harmonies of #769316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769316

Black with #769316

Text Example


Text Example

White with #769316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769316; }

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

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

background-color css

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

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

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

border-color css

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

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

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