Html Css Color HEX #756A1D Olivetone

📋 copy color: '#756A1D'

red 117 ◦ green 106 ◦ blue 29

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

Shades of Olivetone #756A1D

Tints of Olivetone #756A1D

RGB

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

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

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

R = 46.43%
G = 42.06%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#756A1D (or 0x756A1D) is known color: Olivetone. HEX triplet: 75, 6A and 1D. RGB value is (117,106,29). Sum of RGB (Red+Green+Blue) = 117+106+29=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #756A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A1D is #8A95E2. Grayscale: #646464. Windows color (decimal): -9082339 or 1927797. OLE color: 1927797.

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

Color convert

RGB 117 106 29 -
CMYK 0 0.09 0.75 0.54
HSL 52.5º 0.6% 0.29% -
HSV(B) 52.5º 0.75% 0.46% -
XYZ 12.71 14.18 3.23 -
YUV 100.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 117 106 29 0 0.09 0.75 0.54 52.5 0.6 0.29
Hex 75 6A 1D 0 9 4B 36 34 3C 1D
Octal 165 152 35 0 11 113 66 64 74 35
Binary 1110101 1101010 11101 0 1001 1001011 110110 110100 111100 11101

Color Harmonies of #756A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A1D

Black with #756A1D

Text Example


Text Example

White with #756A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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