#748822

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

Shades of Olive Drab #748822

Tints of Olive Drab #748822

Color information

#748822 (or 0x748822) is unknown color: approx Olive Drab. HEX triplet: 74, 88 and 22. RGB value is (116,136,34). Sum of RGB (Red+Green+Blue) = 116+136+34=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #748822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748822 is #8B77DD. Grayscale: #767676. Windows color (decimal): -9140190 or 2263156. OLE color: 2263156.

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

Color convert

RGB11613634-
CMYK0.1500.750.47
HSL71.76º60%33.33%-
HSV(B)71.76º75%53.33%-
XYZ16.321.444.79-
YUV118.3980.37126.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 136 (53.52% from 255) = 47.55%
BLUE value IS 34 (13.67% from 255) = 11.89%
R=40.56%
G=47.55%
B=11.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136340.1500.750.4771.766033.33
Hex748822F04B2F483c21
Octal16421042170113571107441
Binary1110100100010001000101111010010111011111001000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748822; }

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

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

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

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

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

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

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

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