#74730F

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

Shades of Olive #74730F

Tints of Olive #74730F

Color information

#74730F (or 0x74730F) is unknown color: approx Olive. HEX triplet: 74, 73 and 0F. RGB value is (116,115,15). Sum of RGB (Red+Green+Blue) = 116+115+15=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74730F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74730F is #8B8CF0. Grayscale: #686868. Windows color (decimal): -9145585 or 1012596. OLE color: 1012596.

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

Color convert

RGB11611515-
CMYK00.010.870.55
HSL59.41º77.1%25.69%-
HSV(B)59.41º87.07%45.49%-
XYZ13.4216.012.83-
YUV103.977.83136.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 15 (6.25% from 255) = 6.10%
R=47.15%
G=46.75%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161151500.010.870.5559.4177.125.69
Hex7473F0157373b4d1a
Octal1641631701127677311532
Binary111010011100111111011010111110111111011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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