#74761C

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

Shades of Olivetone #74761C

Tints of Olivetone #74761C

Color information

#74761C (or 0x74761C) is unknown color: approx Olivetone. HEX triplet: 74, 76 and 1C. RGB value is (116,118,28). Sum of RGB (Red+Green+Blue) = 116+118+28=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #74761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74761C is #8B89E3. Grayscale: #6B6B6B. Windows color (decimal): -9144804 or 1865332. OLE color: 1865332.

HSL color Cylindrical-coordinate representation of color #74761C: hue angle of 61.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74761C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB11611828-
CMYK0.0200.760.54
HSL61.33º61.64%28.63%-
HSV(B)61.33º76.27%46.27%-
XYZ13.8916.753.6-
YUV107.1483.34134.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 28 (11.33% from 255) = 10.69%
R=44.27%
G=45.04%
B=10.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118280.0200.760.5461.3361.6428.63
Hex74761C204C363d3e1d
Octal164166342011466757635
Binary1110100111011011100100100110011011011110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74761C; }

 p { color: rgb(116,118,28); }

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

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

 a { background-color: rgb(116,118,28); }

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

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

 span { border-color: rgb(116,118,28); }

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