Html Css Color HEX #769317 Olive Drab

📋 copy color: '#769317'

red 118 ◦ green 147 ◦ blue 23

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

Shades of Olive Drab #769317

Tints of Olive Drab #769317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.99%

R = 40.97%
G = 51.04%
B = 7.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#769317 (or 0x769317) is known color: Olive Drab. HEX triplet: 76, 93 and 17. RGB value is (118,147,23). Sum of RGB (Red+Green+Blue) = 118+147+23=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #769317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769317 is #896CE8. Grayscale: #7C7C7C. Windows color (decimal): -9006313 or 1545078. OLE color: 1545078.

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

Color convert

RGB 118 147 23 -
CMYK 0.20 0 0.84 0.42
HSL 74.03º 0.73% 0.33% -
HSV(B) 74.03º 0.84% 0.58% -
XYZ 18.06 24.78 4.64 -
YUV 124.19 70.89 123.58 -
System Red Green Blue C M Y K H S L
Decimal 118 147 23 0.20 0 0.84 0.42 74.03 0.73 0.33
Hex 76 93 17 14 0 54 2A 4A 49 21
Octal 166 223 27 24 0 124 52 112 111 41
Binary 1110110 10010011 10111 10100 0 1010100 101010 1001010 1001001 100001

Color Harmonies of #769317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769317

Black with #769317

Text Example


Text Example

White with #769317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769317; }

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

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

background-color css

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

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

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

border-color css

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

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

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