#74810F

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

Shades of Olive #74810F

Tints of Olive #74810F

Color information

#74810F (or 0x74810F) is unknown color: approx Olive. HEX triplet: 74, 81 and 0F. RGB value is (116,129,15). Sum of RGB (Red+Green+Blue) = 116+129+15=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #74810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74810F is #8B7EF0. Grayscale: #707070. Windows color (decimal): -9142001 or 1016180. OLE color: 1016180.

HSL color Cylindrical-coordinate representation of color #74810F: hue angle of 66.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74810F is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB11612915-
CMYK0.1000.880.49
HSL66.84º79.17%28.24%-
HSV(B)66.84º88.37%50.59%-
XYZ15.1419.453.41-
YUV112.1273.19130.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 129 (50.78% from 255) = 49.62%
BLUE value IS 15 (6.25% from 255) = 5.77%
R=44.62%
G=49.62%
B=5.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129150.1000.880.4966.8479.1728.24
Hex7481FA05831434f1c
Octal164201171201306110311734
Binary11101001000000111111010010110001100011000011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74810F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74810F; }

 p { color: rgb(116,129,15); }

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

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

 a { background-color: rgb(116,129,15); }

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

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

 span { border-color: rgb(116,129,15); }

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