Html Css Color HEX #757621 Olivetone

📋 copy color: '#757621'

red 117 ◦ green 118 ◦ blue 33

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

Shades of Olivetone #757621

Tints of Olivetone #757621

RGB

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

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

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

R = 43.66%
G = 44.03%
B = 12.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#757621 (or 0x757621) is known color: Olivetone. HEX triplet: 75, 76 and 21. RGB value is (117,118,33). Sum of RGB (Red+Green+Blue) = 117+118+33=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #757621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757621 is #8A89DE. Grayscale: #6C6C6C. Windows color (decimal): -9079263 or 2193013. OLE color: 2193013.

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

Color convert

RGB 117 118 33 -
CMYK 0.01 0 0.72 0.54
HSL 60.71º 0.56% 0.3% -
HSV(B) 60.71º 0.72% 0.46% -
XYZ 14.09 16.85 3.95 -
YUV 108.01 85.67 134.41 -
System Red Green Blue C M Y K H S L
Decimal 117 118 33 0.01 0 0.72 0.54 60.71 0.56 0.3
Hex 75 76 21 1 0 48 36 3D 38 1E
Octal 165 166 41 1 0 110 66 75 70 36
Binary 1110101 1110110 100001 1 0 1001000 110110 111101 111000 11110

Color Harmonies of #757621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757621

Black with #757621

Text Example


Text Example

White with #757621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757621; }

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

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

background-color css

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

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

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

border-color css

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

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

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