Html Css Color HEX #756C1E Olivetone

📋 copy color: '#756C1E'

red 117 ◦ green 108 ◦ blue 30

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

Shades of Olivetone #756C1E

Tints of Olivetone #756C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 45.88%
G = 42.35%
B = 11.76%

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

#756C1E (or 0x756C1E) is known color: Olivetone. HEX triplet: 75, 6C and 1E. RGB value is (117,108,30). Sum of RGB (Red+Green+Blue) = 117+108+30=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #756C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C1E is #8A93E1. Grayscale: #666666. Windows color (decimal): -9081826 or 1993845. OLE color: 1993845.

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

Color convert

RGB 117 108 30 -
CMYK 0 0.08 0.74 0.54
HSL 53.79º 0.59% 0.29% -
HSV(B) 53.79º 0.74% 0.46% -
XYZ 12.93 14.6 3.36 -
YUV 101.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 117 108 30 0 0.08 0.74 0.54 53.79 0.59 0.29
Hex 75 6C 1E 0 8 4A 36 36 3B 1D
Octal 165 154 36 0 10 112 66 66 73 35
Binary 1110101 1101100 11110 0 1000 1001010 110110 110110 111011 11101

Color Harmonies of #756C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C1E

Black with #756C1E

Text Example


Text Example

White with #756C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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