Html Css Color HEX #769324 Olive Drab

📋 copy color: '#769324'

red 118 ◦ green 147 ◦ blue 36

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

Shades of Olive Drab #769324

Tints of Olive Drab #769324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 39.2%
G = 48.84%
B = 11.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#769324 (or 0x769324) is known color: Olive Drab. HEX triplet: 76, 93 and 24. RGB value is (118,147,36). Sum of RGB (Red+Green+Blue) = 118+147+36=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #769324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769324 is #896CDB. Grayscale: #7E7E7E. Windows color (decimal): -9006300 or 2397046. OLE color: 2397046.

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

Color convert

RGB 118 147 36 -
CMYK 0.20 0 0.76 0.42
HSL 75.68º 0.61% 0.36% -
HSV(B) 75.68º 0.76% 0.58% -
XYZ 18.22 24.85 5.5 -
YUV 125.68 77.39 122.53 -
System Red Green Blue C M Y K H S L
Decimal 118 147 36 0.20 0 0.76 0.42 75.68 0.61 0.36
Hex 76 93 24 14 0 4C 2A 4C 3D 24
Octal 166 223 44 24 0 114 52 114 75 44
Binary 1110110 10010011 100100 10100 0 1001100 101010 1001100 111101 100100

Color Harmonies of #769324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769324

Black with #769324

Text Example


Text Example

White with #769324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769324; }

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

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

background-color css

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

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

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

border-color css

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

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

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