Html Css Color HEX #757521 Olivetone

📋 copy color: '#757521'

red 117 ◦ green 117 ◦ blue 33

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

Shades of Olivetone #757521

Tints of Olivetone #757521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.82%

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

R = 43.82%
G = 43.82%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#757521 (or 0x757521) is known color: Olivetone. HEX triplet: 75, 75 and 21. RGB value is (117,117,33). Sum of RGB (Red+Green+Blue) = 117+117+33=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757521 is #8A8ADE. Grayscale: #6B6B6B. Windows color (decimal): -9079519 or 2192757. OLE color: 2192757.

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

Color convert

RGB 117 117 33 -
CMYK 0 0 0.72 0.54
HSL 60º 0.56% 0.29% -
HSV(B) 60º 0.72% 0.46% -
XYZ 13.97 16.61 3.91 -
YUV 107.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 117 117 33 0 0 0.72 0.54 60 0.56 0.29
Hex 75 75 21 0 0 48 36 3C 38 1D
Octal 165 165 41 0 0 110 66 74 70 35
Binary 1110101 1110101 100001 0 0 1001000 110110 111100 111000 11101

Color Harmonies of #757521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757521

Black with #757521

Text Example


Text Example

White with #757521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757521; }

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

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

background-color css

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

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

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

border-color css

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

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

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