Html Css Color HEX #756C1F Olivetone

📋 copy color: '#756C1F'

red 117 ◦ green 108 ◦ blue 31

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

Shades of Olivetone #756C1F

Tints of Olivetone #756C1F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.19%

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

R = 45.7%
G = 42.19%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#756C1F (or 0x756C1F) is known color: Olivetone. HEX triplet: 75, 6C and 1F. RGB value is (117,108,31). Sum of RGB (Red+Green+Blue) = 117+108+31=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #756C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C1F is #8A93E0. Grayscale: #666666. Windows color (decimal): -9081825 or 2059381. OLE color: 2059381.

HSL color Cylindrical-coordinate representation of color #756C1F: hue angle of 53.72º 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 #756C1F is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 108 31 -
CMYK 0 0.08 0.74 0.54
HSL 53.72º 0.58% 0.29% -
HSV(B) 53.72º 0.74% 0.46% -
XYZ 12.95 14.61 3.43 -
YUV 101.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 117 108 31 0 0.08 0.74 0.54 53.72 0.58 0.29
Hex 75 6C 1F 0 8 4A 36 36 3A 1D
Octal 165 154 37 0 10 112 66 66 72 35
Binary 1110101 1101100 11111 0 1000 1001010 110110 110110 111010 11101

Color Harmonies of #756C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C1F

Black with #756C1F

Text Example


Text Example

White with #756C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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