#74783F

Color #74783F Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #74783F

Tints of Hemlock #74783F

Color information

#74783F (or 0x74783F) is unknown color: approx Hemlock. HEX triplet: 74, 78 and 3F. RGB value is (116,120,63). Sum of RGB (Red+Green+Blue) = 116+120+63=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #74783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74783F is #8B87C0. Grayscale: #707070. Windows color (decimal): -9144257 or 4159604. OLE color: 4159604.

HSL color Cylindrical-coordinate representation of color #74783F: hue angle of 64.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74783F is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB11612063-
CMYK0.0300.480.53
HSL64.21º31.15%35.88%-
HSV(B)64.21º47.5%47.06%-
XYZ14.8217.57.3-
YUV112.31100.17130.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 63 (25% from 255) = 21.07%
R=38.80%
G=40.13%
B=21.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120630.0300.480.5364.2131.1535.88
Hex74783F303035401f24
Octal164170773060651003744
Binary11101001111000111111110110000110101100000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74783F; }

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

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

<style>
 a { background-color: #74783F; }

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

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

<style>
 span { border-color: #74783F; }

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

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