Html Css Color HEX #756A17 Olivetone

📋 copy color: '#756A17'

red 117 ◦ green 106 ◦ blue 23

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

Shades of Olivetone #756A17

Tints of Olivetone #756A17

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.09%

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 47.56%
G = 43.09%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#756A17 (or 0x756A17) is known color: Olivetone. HEX triplet: 75, 6A and 17. RGB value is (117,106,23). Sum of RGB (Red+Green+Blue) = 117+106+23=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #756A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A17 is #8A95E8. Grayscale: #646464. Windows color (decimal): -9082345 or 1534581. OLE color: 1534581.

HSL color Cylindrical-coordinate representation of color #756A17: hue angle of 52.98º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #756A17 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 106 23 -
CMYK 0 0.09 0.80 0.54
HSL 52.98º 0.67% 0.27% -
HSV(B) 52.98º 0.8% 0.46% -
XYZ 12.64 14.15 2.88 -
YUV 99.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 117 106 23 0 0.09 0.80 0.54 52.98 0.67 0.27
Hex 75 6A 17 0 9 50 36 35 43 1B
Octal 165 152 27 0 11 120 66 65 103 33
Binary 1110101 1101010 10111 0 1001 1010000 110110 110101 1000011 11011

Color Harmonies of #756A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A17

Black with #756A17

Text Example


Text Example

White with #756A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,106,23); }

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

background-color css

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

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

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

border-color css

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

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

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