Html Css Color HEX #769625 Olive Drab

📋 copy color: '#769625'

red 118 ◦ green 150 ◦ blue 37

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

Shades of Olive Drab #769625

Tints of Olive Drab #769625

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.18%

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 38.69%
G = 49.18%
B = 12.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#769625 (or 0x769625) is known color: Olive Drab. HEX triplet: 76, 96 and 25. RGB value is (118,150,37). Sum of RGB (Red+Green+Blue) = 118+150+37=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #769625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769625 is #8969DA. Grayscale: #7F7F7F. Windows color (decimal): -9005531 or 2463350. OLE color: 2463350.

HSL color Cylindrical-coordinate representation of color #769625: hue angle of 76.99º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #769625 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 37 -
CMYK 0.21 0 0.75 0.41
HSL 76.99º 0.6% 0.37% -
HSV(B) 76.99º 0.75% 0.59% -
XYZ 18.71 25.8 5.74 -
YUV 127.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 118 150 37 0.21 0 0.75 0.41 76.99 0.6 0.37
Hex 76 96 25 15 0 4B 29 4D 3C 25
Octal 166 226 45 25 0 113 51 115 74 45
Binary 1110110 10010110 100101 10101 0 1001011 101001 1001101 111100 100101

Color Harmonies of #769625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769625

Black with #769625

Text Example


Text Example

White with #769625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769625; }

 p { color: rgb(118,150,37); }

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

background-color css

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

 a { background-color: rgb(118,150,37); }

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

border-color css

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

 span { border-color: rgb(118,150,37); }

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