Html Css Color HEX #737021 Olivetone

📋 copy color: '#737021'

red 115 ◦ green 112 ◦ blue 33

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

Shades of Olivetone #737021

Tints of Olivetone #737021

RGB

 RED value IS 115 (45.31% from 255) = 44.23%

 GREEN value IS 112 (44.14% from 255) = 43.08%

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

R = 44.23%
G = 43.08%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#737021 (or 0x737021) is known color: Olivetone. HEX triplet: 73, 70 and 21. RGB value is (115,112,33). Sum of RGB (Red+Green+Blue) = 115+112+33=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #737021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737021 is #8C8FDE. Grayscale: #686868. Windows color (decimal): -9211871 or 2191475. OLE color: 2191475.

HSL color Cylindrical-coordinate representation of color #737021: hue angle of 57.8º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #737021 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 112 33 -
CMYK 0 0.03 0.71 0.55
HSL 57.8º 0.55% 0.29% -
HSV(B) 57.8º 0.71% 0.45% -
XYZ 13.14 15.34 3.71 -
YUV 103.89 87.99 135.92 -
System Red Green Blue C M Y K H S L
Decimal 115 112 33 0 0.03 0.71 0.55 57.8 0.55 0.29
Hex 73 70 21 0 3 47 37 3A 37 1D
Octal 163 160 41 0 3 107 67 72 67 35
Binary 1110011 1110000 100001 0 11 1000111 110111 111010 110111 11101

Color Harmonies of #737021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737021

Black with #737021

Text Example


Text Example

White with #737021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737021; }

 p { color: rgb(115,112,33); }

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

background-color css

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

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

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

border-color css

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

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

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