#74751A

Color #74751A Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #74751A

Tints of Olivetone #74751A

Color information

#74751A (or 0x74751A) is unknown color: approx Olivetone. HEX triplet: 74, 75 and 1A. RGB value is (116,117,26). Sum of RGB (Red+Green+Blue) = 116+117+26=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #74751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74751A is #8B8AE5. Grayscale: #6A6A6A. Windows color (decimal): -9145062 or 1734004. OLE color: 1734004.

HSL color Cylindrical-coordinate representation of color #74751A: hue angle of 60.66º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74751A is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB11611726-
CMYK0.0100.780.54
HSL60.66º63.64%28.04%-
HSV(B)60.66º77.78%45.88%-
XYZ13.7516.513.44-
YUV106.3382.67134.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=44.79%
G=45.17%
B=10.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117260.0100.780.5460.6663.6428.04
Hex74751A104E363d401c
Octal1641653210116667510034
Binary1110100111010111010101001110110110111101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74751A; }

 p { color: rgb(116,117,26); }

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

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

 a { background-color: rgb(116,117,26); }

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

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

 span { border-color: rgb(116,117,26); }

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