Html Css Color HEX #757221 Olivetone

📋 copy color: '#757221'

red 117 ◦ green 114 ◦ blue 33

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

Shades of Olivetone #757221

Tints of Olivetone #757221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.18%

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

R = 44.32%
G = 43.18%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#757221 (or 0x757221) is known color: Olivetone. HEX triplet: 75, 72 and 21. RGB value is (117,114,33). Sum of RGB (Red+Green+Blue) = 117+114+33=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #757221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757221 is #8A8DDE. Grayscale: #696969. Windows color (decimal): -9080287 or 2191989. OLE color: 2191989.

HSL color Cylindrical-coordinate representation of color #757221: hue angle of 57.86º 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 #757221 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 33 -
CMYK 0 0.03 0.72 0.54
HSL 57.86º 0.56% 0.29% -
HSV(B) 57.86º 0.72% 0.46% -
XYZ 13.63 15.93 3.79 -
YUV 105.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 117 114 33 0 0.03 0.72 0.54 57.86 0.56 0.29
Hex 75 72 21 0 3 48 36 3A 38 1D
Octal 165 162 41 0 3 110 66 72 70 35
Binary 1110101 1110010 100001 0 11 1001000 110110 111010 111000 11101

Color Harmonies of #757221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757221

Black with #757221

Text Example


Text Example

White with #757221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757221; }

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

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

background-color css

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

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

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

border-color css

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

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

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