Html Css Color HEX #756F15 Olivetone

📋 copy color: '#756F15'

red 117 ◦ green 111 ◦ blue 21

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

Shades of Olivetone #756F15

Tints of Olivetone #756F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 46.99%
G = 44.58%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#756F15 (or 0x756F15) is known color: Olivetone. HEX triplet: 75, 6F and 15. RGB value is (117,111,21). Sum of RGB (Red+Green+Blue) = 117+111+21=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #756F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F15 is #8A90EA. Grayscale: #666666. Windows color (decimal): -9081067 or 1404789. OLE color: 1404789.

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

Color convert

RGB 117 111 21 -
CMYK 0 0.05 0.82 0.54
HSL 56.25º 0.7% 0.27% -
HSV(B) 56.25º 0.82% 0.46% -
XYZ 13.16 15.2 2.95 -
YUV 102.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 117 111 21 0 0.05 0.82 0.54 56.25 0.7 0.27
Hex 75 6F 15 0 5 52 36 38 46 1B
Octal 165 157 25 0 5 122 66 70 106 33
Binary 1110101 1101111 10101 0 101 1010010 110110 111000 1000110 11011

Color Harmonies of #756F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F15

Black with #756F15

Text Example


Text Example

White with #756F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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