Html Css Color HEX #769523 Olive Drab

📋 copy color: '#769523'

red 118 ◦ green 149 ◦ blue 35

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

Shades of Olive Drab #769523

Tints of Olive Drab #769523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.34%

 BLUE value IS 35 (14.06% from 255) = 11.59%

R = 39.07%
G = 49.34%
B = 11.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#769523 (or 0x769523) is known color: Olive Drab. HEX triplet: 76, 95 and 23. RGB value is (118,149,35). Sum of RGB (Red+Green+Blue) = 118+149+35=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #769523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769523 is #896ADC. Grayscale: #7F7F7F. Windows color (decimal): -9005789 or 2332022. OLE color: 2332022.

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

Color convert

RGB 118 149 35 -
CMYK 0.21 0 0.77 0.42
HSL 76.32º 0.62% 0.36% -
HSV(B) 76.32º 0.77% 0.58% -
XYZ 18.52 25.47 5.53 -
YUV 126.74 76.23 121.77 -
System Red Green Blue C M Y K H S L
Decimal 118 149 35 0.21 0 0.77 0.42 76.32 0.62 0.36
Hex 76 95 23 15 0 4D 2A 4C 3E 24
Octal 166 225 43 25 0 115 52 114 76 44
Binary 1110110 10010101 100011 10101 0 1001101 101010 1001100 111110 100100

Color Harmonies of #769523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769523

Black with #769523

Text Example


Text Example

White with #769523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769523; }

 p { color: rgb(118,149,35); }

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

background-color css

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

 a { background-color: rgb(118,149,35); }

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

border-color css

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

 span { border-color: rgb(118,149,35); }

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