#74771A

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

Shades of Olivetone #74771A

Tints of Olivetone #74771A

Color information

#74771A (or 0x74771A) is unknown color: approx Olivetone. HEX triplet: 74, 77 and 1A. RGB value is (116,119,26). Sum of RGB (Red+Green+Blue) = 116+119+26=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #74771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74771A is #8B88E5. Grayscale: #6B6B6B. Windows color (decimal): -9144550 or 1734516. OLE color: 1734516.

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

Color convert

RGB11611926-
CMYK0.0300.780.53
HSL61.94º64.14%28.43%-
HSV(B)61.94º78.15%46.67%-
XYZ13.9916.983.52-
YUV107.582.01134.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 26 (10.55% from 255) = 9.96%
R=44.44%
G=45.59%
B=9.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119260.0300.780.5361.9464.1428.43
Hex74771A304E353e401c
Octal1641673230116657610034
Binary11101001110111110101101001110110101111110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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