#74781B

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

Shades of Olivetone #74781B

Tints of Olivetone #74781B

Color information

#74781B (or 0x74781B) is unknown color: approx Olivetone. HEX triplet: 74, 78 and 1B. RGB value is (116,120,27). Sum of RGB (Red+Green+Blue) = 116+120+27=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #74781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74781B is #8B87E4. Grayscale: #6C6C6C. Windows color (decimal): -9144293 or 1800308. OLE color: 1800308.

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

Color convert

RGB11612027-
CMYK0.0300.780.53
HSL62.58º63.27%28.82%-
HSV(B)62.58º77.5%47.06%-
XYZ14.1217.233.62-
YUV108.282.17133.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 27 (10.94% from 255) = 10.27%
R=44.11%
G=45.63%
B=10.27%

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
Decimal116120270.0300.780.5362.5863.2728.82
Hex74781B304E353f3f1d
Octal164170333011665777735
Binary1110100111100011011110100111011010111111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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