Html Css Color HEX #769217 Olive Drab

📋 copy color: '#769217'

red 118 ◦ green 146 ◦ blue 23

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

Shades of Olive Drab #769217

Tints of Olive Drab #769217

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

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

R = 41.11%
G = 50.87%
B = 8.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#769217 (or 0x769217) is known color: Olive Drab. HEX triplet: 76, 92 and 17. RGB value is (118,146,23). Sum of RGB (Red+Green+Blue) = 118+146+23=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #769217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769217 is #896DE8. Grayscale: #7C7C7C. Windows color (decimal): -9006569 or 1544822. OLE color: 1544822.

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

Color convert

RGB 118 146 23 -
CMYK 0.19 0 0.84 0.43
HSL 73.66º 0.73% 0.33% -
HSV(B) 73.66º 0.84% 0.57% -
XYZ 17.9 24.47 4.59 -
YUV 123.61 71.22 124 -
System Red Green Blue C M Y K H S L
Decimal 118 146 23 0.19 0 0.84 0.43 73.66 0.73 0.33
Hex 76 92 17 13 0 54 2B 4A 49 21
Octal 166 222 27 23 0 124 53 112 111 41
Binary 1110110 10010010 10111 10011 0 1010100 101011 1001010 1001001 100001

Color Harmonies of #769217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769217

Black with #769217

Text Example


Text Example

White with #769217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769217; }

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

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

background-color css

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

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

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

border-color css

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

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

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