#74782B

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

Shades of Olivetone #74782B

Tints of Olivetone #74782B

Color information

#74782B (or 0x74782B) is unknown color: approx Olivetone. HEX triplet: 74, 78 and 2B. RGB value is (116,120,43). Sum of RGB (Red+Green+Blue) = 116+120+43=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #74782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74782B is #8B87D4. Grayscale: #6E6E6E. Windows color (decimal): -9144277 or 2848884. OLE color: 2848884.

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

Color convert

RGB11612043-
CMYK0.0300.640.53
HSL63.12º47.24%31.96%-
HSV(B)63.12º64.17%47.06%-
XYZ14.3517.324.87-
YUV110.0390.17132.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 43 (17.19% from 255) = 15.41%
R=41.58%
G=43.01%
B=15.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120430.0300.640.5363.1247.2431.96
Hex74782B3040353f2f20
Octal164170533010065775740
Binary111010011110001010111101000000110101111111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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