#75701B

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

Shades of Olivetone #75701B

Tints of Olivetone #75701B

Color information

#75701B (or 0x75701B) is unknown color: approx Olivetone. HEX triplet: 75, 70 and 1B. RGB value is (117,112,27). Sum of RGB (Red+Green+Blue) = 117+112+27=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75701B is #8A8FE4. Grayscale: #686868. Windows color (decimal): -9080805 or 1798261. OLE color: 1798261.

HSL color Cylindrical-coordinate representation of color #75701B: hue angle of 56.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75701B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB11711227-
CMYK00.040.770.54
HSL56.67º62.5%28.24%-
HSV(B)56.67º76.92%45.88%-
XYZ13.3315.453.32-
YUV103.884.66137.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 27 (10.94% from 255) = 10.55%
R=45.70%
G=43.75%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171122700.040.770.5456.6762.528.24
Hex75701B044D36393e1c
Octal165160330411566717634
Binary11101011110000110110100100110111011011100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,112,27); }

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

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

 a { background-color: rgb(117,112,27); }

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

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

 span { border-color: rgb(117,112,27); }

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