Html Css Color HEX #756721 Olivetone

📋 copy color: '#756721'

red 117 ◦ green 103 ◦ blue 33

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

Shades of Olivetone #756721

Tints of Olivetone #756721

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.71%

 BLUE value IS 33 (13.28% from 255) = 13.04%

R = 46.25%
G = 40.71%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#756721 (or 0x756721) is known color: Olivetone. HEX triplet: 75, 67 and 21. RGB value is (117,103,33). Sum of RGB (Red+Green+Blue) = 117+103+33=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #756721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756721 is #8A98DE. Grayscale: #636363. Windows color (decimal): -9083103 or 2189173. OLE color: 2189173.

HSL color Cylindrical-coordinate representation of color #756721: hue angle of 50º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #756721 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 33 -
CMYK 0 0.12 0.72 0.54
HSL 50º 0.56% 0.29% -
HSV(B) 50º 0.72% 0.46% -
XYZ 12.46 13.59 3.41 -
YUV 99.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 117 103 33 0 0.12 0.72 0.54 50 0.56 0.29
Hex 75 67 21 0 C 48 36 32 38 1D
Octal 165 147 41 0 14 110 66 62 70 35
Binary 1110101 1100111 100001 0 1100 1001000 110110 110010 111000 11101

Color Harmonies of #756721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756721

Black with #756721

Text Example


Text Example

White with #756721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756721; }

 p { color: rgb(117,103,33); }

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

background-color css

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

 a { background-color: rgb(117,103,33); }

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

border-color css

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

 span { border-color: rgb(117,103,33); }

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