#74781E

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

Shades of Olivetone #74781E

Tints of Olivetone #74781E

Color information

#74781E (or 0x74781E) is unknown color: approx Olivetone. HEX triplet: 74, 78 and 1E. RGB value is (116,120,30). Sum of RGB (Red+Green+Blue) = 116+120+30=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #74781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74781E is #8B87E1. Grayscale: #6C6C6C. Windows color (decimal): -9144290 or 1996916. OLE color: 1996916.

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

Color convert

RGB11612030-
CMYK0.0300.750.53
HSL62.67º60%29.41%-
HSV(B)62.67º75%47.06%-
XYZ14.1517.243.81-
YUV108.5483.67133.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=43.61%
G=45.11%
B=11.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120300.0300.750.5362.676029.41
Hex74781E304B353f3c1d
Octal164170363011365777435
Binary1110100111100011110110100101111010111111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74781E; }

 p { color: rgb(116,120,30); }

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

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

 a { background-color: rgb(116,120,30); }

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

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

 span { border-color: rgb(116,120,30); }

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