#769625

Color #769625 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #769625

Tints of Olive Drab #769625

Color information

#769625 (or 0x769625) is unknown color: approx 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

RGB11815037-
CMYK0.2100.750.41
HSL76.99º60.43%36.67%-
HSV(B)76.99º75.33%58.82%-
XYZ18.7125.85.74-
YUV127.5576.9121.19-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150370.2100.750.4176.9960.4336.67
Hex7696251504B294d3c25
Octal16622645250113511157445
Binary11101101001011010010110101010010111010011001101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>