#76730A

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

Shades of Olive #76730A

Tints of Olive #76730A

Color information

#76730A (or 0x76730A) is unknown color: approx Olive. HEX triplet: 76, 73 and 0A. RGB value is (118,115,10). Sum of RGB (Red+Green+Blue) = 118+115+10=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76730A is #898CF5. Grayscale: #686868. Windows color (decimal): -9014518 or 684918. OLE color: 684918.

HSL color Cylindrical-coordinate representation of color #76730A: hue angle of 58.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76730A is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB11811510-
CMYK00.030.920.54
HSL58.33º84.38%25.1%-
HSV(B)58.33º91.53%46.27%-
XYZ13.6616.132.68-
YUV103.9374.99138.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 115 (45.31% from 255) = 47.33%
BLUE value IS 10 (4.30% from 255) = 4.12%
R=48.56%
G=47.33%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181151000.030.920.5458.3384.3825.1
Hex7673A035C363a5419
Octal1661631203134667212431
Binary1110110111001110100111011100110110111010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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