#74730A

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

Shades of Olive #74730A

Tints of Olive #74730A

Color information

#74730A (or 0x74730A) is unknown color: approx Olive. HEX triplet: 74, 73 and 0A. RGB value is (116,115,10). Sum of RGB (Red+Green+Blue) = 116+115+10=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74730A is #8B8CF5. Grayscale: #676767. Windows color (decimal): -9145590 or 684916. OLE color: 684916.

HSL color Cylindrical-coordinate representation of color #74730A: hue angle of 59.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74730A is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11611510-
CMYK00.010.910.55
HSL59.43º84.13%24.71%-
HSV(B)59.43º91.38%45.49%-
XYZ13.39162.67-
YUV103.3375.33137.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=48.13%
G=47.72%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161151000.010.910.5559.4384.1324.71
Hex7473A015B373b5419
Octal1641631201133677312431
Binary111010011100111010011011011110111111011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,115,10); }

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

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

 a { background-color: rgb(116,115,10); }

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

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

 span { border-color: rgb(116,115,10); }

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