Html Css Color HEX #756F1D Olivetone

📋 copy color: '#756F1D'

red 117 ◦ green 111 ◦ blue 29

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

Shades of Olivetone #756F1D

Tints of Olivetone #756F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 45.53%
G = 43.19%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#756F1D (or 0x756F1D) is known color: Olivetone. HEX triplet: 75, 6F and 1D. RGB value is (117,111,29). Sum of RGB (Red+Green+Blue) = 117+111+29=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #756F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F1D is #8A90E2. Grayscale: #676767. Windows color (decimal): -9081059 or 1929077. OLE color: 1929077.

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

Color convert

RGB 117 111 29 -
CMYK 0 0.05 0.75 0.54
HSL 55.91º 0.6% 0.29% -
HSV(B) 55.91º 0.75% 0.46% -
XYZ 13.24 15.24 3.41 -
YUV 103.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 117 111 29 0 0.05 0.75 0.54 55.91 0.6 0.29
Hex 75 6F 1D 0 5 4B 36 38 3C 1D
Octal 165 157 35 0 5 113 66 70 74 35
Binary 1110101 1101111 11101 0 101 1001011 110110 111000 111100 11101

Color Harmonies of #756F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F1D

Black with #756F1D

Text Example


Text Example

White with #756F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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