Html Css Color HEX #757620 Olivetone

📋 copy color: '#757620'

red 117 ◦ green 118 ◦ blue 32

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

Shades of Olivetone #757620

Tints of Olivetone #757620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.19%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 43.82%
G = 44.19%
B = 11.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#757620 (or 0x757620) is known color: Olivetone. HEX triplet: 75, 76 and 20. RGB value is (117,118,32). Sum of RGB (Red+Green+Blue) = 117+118+32=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #757620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757620 is #8A89DF. Grayscale: #6C6C6C. Windows color (decimal): -9079264 or 2127477. OLE color: 2127477.

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

Color convert

RGB 117 118 32 -
CMYK 0.01 0 0.73 0.54
HSL 60.7º 0.57% 0.29% -
HSV(B) 60.7º 0.73% 0.46% -
XYZ 14.08 16.84 3.88 -
YUV 107.9 85.17 134.49 -
System Red Green Blue C M Y K H S L
Decimal 117 118 32 0.01 0 0.73 0.54 60.7 0.57 0.29
Hex 75 76 20 1 0 49 36 3D 39 1D
Octal 165 166 40 1 0 111 66 75 71 35
Binary 1110101 1110110 100000 1 0 1001001 110110 111101 111001 11101

Color Harmonies of #757620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757620

Black with #757620

Text Example


Text Example

White with #757620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757620; }

 p { color: rgb(117,118,32); }

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

background-color css

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

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

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

border-color css

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

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

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