Html Css Color HEX #757512 Olivetone

📋 copy color: '#757512'

red 117 ◦ green 117 ◦ blue 18

#757512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #757512

Tints of Olivetone #757512

RGB

 RED value IS 117 (46.09% from 255) = 46.43%

 GREEN value IS 117 (46.09% from 255) = 46.43%

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 46.43%
G = 46.43%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#757512 (or 0x757512) is known color: Olivetone. HEX triplet: 75, 75 and 12. RGB value is (117,117,18). Sum of RGB (Red+Green+Blue) = 117+117+18=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757512 is #8A8AED. Grayscale: #6A6A6A. Windows color (decimal): -9079534 or 1209717. OLE color: 1209717.

HSL color Cylindrical-coordinate representation of color #757512: hue angle of 60º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #757512 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 18 -
CMYK 0 0 0.85 0.54
HSL 60º 0.73% 0.26% -
HSV(B) 60º 0.85% 0.46% -
XYZ 13.81 16.55 3.04 -
YUV 105.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 117 117 18 0 0 0.85 0.54 60 0.73 0.26
Hex 75 75 12 0 0 55 36 3C 49 1A
Octal 165 165 22 0 0 125 66 74 111 32
Binary 1110101 1110101 10010 0 0 1010101 110110 111100 1001001 11010

Color Harmonies of #757512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757512

Black with #757512

Text Example


Text Example

White with #757512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757512; }

 p { color: rgb(117,117,18); }

 H1.HeaderClassName
 {
   color: #757512;
 }
 .AnyTagClassName
 {
   color: #757512;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #757512;
 }
 .BgClassName
 {
   background-color: #757512;
 }
</style>

border-color css

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

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

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