Html Css Color HEX #769227 Olive Drab

📋 copy color: '#769227'

red 118 ◦ green 146 ◦ blue 39

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

Shades of Olive Drab #769227

Tints of Olive Drab #769227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 38.94%
G = 48.18%
B = 12.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#769227 (or 0x769227) is known color: Olive Drab. HEX triplet: 76, 92 and 27. RGB value is (118,146,39). Sum of RGB (Red+Green+Blue) = 118+146+39=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #769227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769227 is #896DD8. Grayscale: #7D7D7D. Windows color (decimal): -9006553 or 2593398. OLE color: 2593398.

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

Color convert

RGB 118 146 39 -
CMYK 0.19 0 0.73 0.43
HSL 75.7º 0.58% 0.36% -
HSV(B) 75.7º 0.73% 0.57% -
XYZ 18.12 24.56 5.7 -
YUV 125.43 79.22 122.7 -
System Red Green Blue C M Y K H S L
Decimal 118 146 39 0.19 0 0.73 0.43 75.7 0.58 0.36
Hex 76 92 27 13 0 49 2B 4C 3A 24
Octal 166 222 47 23 0 111 53 114 72 44
Binary 1110110 10010010 100111 10011 0 1001001 101011 1001100 111010 100100

Color Harmonies of #769227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769227

Black with #769227

Text Example


Text Example

White with #769227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769227; }

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

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

background-color css

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

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

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

border-color css

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

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

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