Html Css Color HEX #757223 Olivetone

📋 copy color: '#757223'

red 117 ◦ green 114 ◦ blue 35

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

Shades of Olivetone #757223

Tints of Olivetone #757223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 43.98%
G = 42.86%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#757223 (or 0x757223) is known color: Olivetone. HEX triplet: 75, 72 and 23. RGB value is (117,114,35). Sum of RGB (Red+Green+Blue) = 117+114+35=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #757223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757223 is #8A8DDC. Grayscale: #6A6A6A. Windows color (decimal): -9080285 or 2323061. OLE color: 2323061.

HSL color Cylindrical-coordinate representation of color #757223: hue angle of 57.8º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #757223 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 35 -
CMYK 0 0.03 0.70 0.54
HSL 57.8º 0.54% 0.3% -
HSV(B) 57.8º 0.7% 0.46% -
XYZ 13.66 15.94 3.95 -
YUV 105.89 87.99 135.92 -
System Red Green Blue C M Y K H S L
Decimal 117 114 35 0 0.03 0.70 0.54 57.8 0.54 0.3
Hex 75 72 23 0 3 46 36 3A 36 1E
Octal 165 162 43 0 3 106 66 72 66 36
Binary 1110101 1110010 100011 0 11 1000110 110110 111010 110110 11110

Color Harmonies of #757223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757223

Black with #757223

Text Example


Text Example

White with #757223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757223; }

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

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

background-color css

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

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

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

border-color css

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

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

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