#748823

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

Shades of Olive Drab #748823

Tints of Olive Drab #748823

Color information

#748823 (or 0x748823) is unknown color: approx Olive Drab. HEX triplet: 74, 88 and 23. RGB value is (116,136,35). Sum of RGB (Red+Green+Blue) = 116+136+35=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #748823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748823 is #8B77DC. Grayscale: #767676. Windows color (decimal): -9140189 or 2328692. OLE color: 2328692.

HSL color Cylindrical-coordinate representation of color #748823: hue angle of 71.88º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #748823 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB11613635-
CMYK0.1500.740.47
HSL71.88º59.06%33.53%-
HSV(B)71.88º74.26%53.33%-
XYZ16.3121.444.87-
YUV118.5180.87126.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 35 (14.06% from 255) = 12.20%
R=40.42%
G=47.39%
B=12.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136350.1500.740.4771.8859.0633.53
Hex748823F04A2F483b22
Octal16421043170112571107342
Binary1110100100010001000111111010010101011111001000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748823; }

 p { color: rgb(116,136,35); }

 H1.HeaderClassName
 {
   color: #748823;
 }
 .AnyTagClassName
 {
   color: #748823;
 }
</style>
background-color css

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

 a { background-color: rgb(116,136,35); }

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

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

 span { border-color: rgb(116,136,35); }

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