Html Css Color HEX #769722 Olive Drab

📋 copy color: '#769722'

red 118 ◦ green 151 ◦ blue 34

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

Shades of Olive Drab #769722

Tints of Olive Drab #769722

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.83%

 BLUE value IS 34 (13.67% from 255) = 11.22%

R = 38.94%
G = 49.83%
B = 11.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#769722 (or 0x769722) is known color: Olive Drab. HEX triplet: 76, 97 and 22. RGB value is (118,151,34). Sum of RGB (Red+Green+Blue) = 118+151+34=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #769722 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769722 is #8968DD. Grayscale: #808080. Windows color (decimal): -9005278 or 2266998. OLE color: 2266998.

HSL color Cylindrical-coordinate representation of color #769722: hue angle of 76.92º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #769722 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 34 -
CMYK 0.22 0 0.77 0.41
HSL 76.92º 0.63% 0.36% -
HSV(B) 76.92º 0.77% 0.59% -
XYZ 18.83 26.1 5.56 -
YUV 127.8 75.07 121.01 -
System Red Green Blue C M Y K H S L
Decimal 118 151 34 0.22 0 0.77 0.41 76.92 0.63 0.36
Hex 76 97 22 16 0 4D 29 4D 3F 24
Octal 166 227 42 26 0 115 51 115 77 44
Binary 1110110 10010111 100010 10110 0 1001101 101001 1001101 111111 100100

Color Harmonies of #769722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769722

Black with #769722

Text Example


Text Example

White with #769722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769722; }

 p { color: rgb(118,151,34); }

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

background-color css

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

 a { background-color: rgb(118,151,34); }

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

border-color css

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

 span { border-color: rgb(118,151,34); }

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