Html Css Color HEX #756D1F Olivetone

📋 copy color: '#756D1F'

red 117 ◦ green 109 ◦ blue 31

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

Shades of Olivetone #756D1F

Tints of Olivetone #756D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.41%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 45.53%
G = 42.41%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#756D1F (or 0x756D1F) is known color: Olivetone. HEX triplet: 75, 6D and 1F. RGB value is (117,109,31). Sum of RGB (Red+Green+Blue) = 117+109+31=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #756D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D1F is #8A92E0. Grayscale: #666666. Windows color (decimal): -9081569 or 2059637. OLE color: 2059637.

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

Color convert

RGB 117 109 31 -
CMYK 0 0.07 0.74 0.54
HSL 54.42º 0.58% 0.29% -
HSV(B) 54.42º 0.74% 0.46% -
XYZ 13.05 14.82 3.47 -
YUV 102.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 117 109 31 0 0.07 0.74 0.54 54.42 0.58 0.29
Hex 75 6D 1F 0 7 4A 36 36 3A 1D
Octal 165 155 37 0 7 112 66 66 72 35
Binary 1110101 1101101 11111 0 111 1001010 110110 110110 111010 11101

Color Harmonies of #756D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D1F

Black with #756D1F

Text Example


Text Example

White with #756D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,109,31); }

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

background-color css

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

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

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

border-color css

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

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

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