Html Css Color HEX #756F13 Olivetone

📋 copy color: '#756F13'

red 117 ◦ green 111 ◦ blue 19

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

Shades of Olivetone #756F13

Tints of Olivetone #756F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.94%

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 47.37%
G = 44.94%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#756F13 (or 0x756F13) is known color: Olivetone. HEX triplet: 75, 6F and 13. RGB value is (117,111,19). Sum of RGB (Red+Green+Blue) = 117+111+19=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #756F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F13 is #8A90EC. Grayscale: #666666. Windows color (decimal): -9081069 or 1273717. OLE color: 1273717.

HSL color Cylindrical-coordinate representation of color #756F13: hue angle of 56.33º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #756F13 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 111 19 -
CMYK 0 0.05 0.84 0.54
HSL 56.33º 0.72% 0.27% -
HSV(B) 56.33º 0.84% 0.46% -
XYZ 13.14 15.2 2.86 -
YUV 102.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 117 111 19 0 0.05 0.84 0.54 56.33 0.72 0.27
Hex 75 6F 13 0 5 54 36 38 48 1B
Octal 165 157 23 0 5 124 66 70 110 33
Binary 1110101 1101111 10011 0 101 1010100 110110 111000 1001000 11011

Color Harmonies of #756F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F13

Black with #756F13

Text Example


Text Example

White with #756F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756F13; }

 p { color: rgb(117,111,19); }

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

background-color css

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

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

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

border-color css

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

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

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