Html Css Color HEX #769121 Olive Drab

📋 copy color: '#769121'

red 118 ◦ green 145 ◦ blue 33

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

Shades of Olive Drab #769121

Tints of Olive Drab #769121

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.99%

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 39.86%
G = 48.99%
B = 11.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#769121 (or 0x769121) is known color: Olive Drab. HEX triplet: 76, 91 and 21. RGB value is (118,145,33). Sum of RGB (Red+Green+Blue) = 118+145+33=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #769121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769121 is #896EDE. Grayscale: #7C7C7C. Windows color (decimal): -9006815 or 2199926. OLE color: 2199926.

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

Color convert

RGB 118 145 33 -
CMYK 0.19 0 0.77 0.43
HSL 74.46º 0.63% 0.35% -
HSV(B) 74.46º 0.77% 0.57% -
XYZ 17.87 24.21 5.17 -
YUV 124.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 118 145 33 0.19 0 0.77 0.43 74.46 0.63 0.35
Hex 76 91 21 13 0 4D 2B 4A 3F 23
Octal 166 221 41 23 0 115 53 112 77 43
Binary 1110110 10010001 100001 10011 0 1001101 101011 1001010 111111 100011

Color Harmonies of #769121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769121

Black with #769121

Text Example


Text Example

White with #769121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769121; }

 p { color: rgb(118,145,33); }

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

background-color css

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

 a { background-color: rgb(118,145,33); }

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

border-color css

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

 span { border-color: rgb(118,145,33); }

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