Html Css Color HEX #737A32 Olivetone

📋 copy color: '#737A32'

red 115 ◦ green 122 ◦ blue 50

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

Shades of Olivetone #737A32

Tints of Olivetone #737A32

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.51%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 40.07%
G = 42.51%
B = 17.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#737A32 (or 0x737A32) is known color: Olivetone. HEX triplet: 73, 7A and 32. RGB value is (115,122,50). Sum of RGB (Red+Green+Blue) = 115+122+50=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #737A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737A32 is #8C85CD. Grayscale: #6F6F6F. Windows color (decimal): -9209294 or 3308147. OLE color: 3308147.

HSL color Cylindrical-coordinate representation of color #737A32: hue angle of 65.83º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #737A32 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 122 50 -
CMYK 0.06 0 0.59 0.52
HSL 65.83º 0.42% 0.34% -
HSV(B) 65.83º 0.59% 0.48% -
XYZ 14.61 17.79 5.68 -
YUV 111.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 115 122 50 0.06 0 0.59 0.52 65.83 0.42 0.34
Hex 73 7A 32 6 0 3B 34 42 2A 22
Octal 163 172 62 6 0 73 64 102 52 42
Binary 1110011 1111010 110010 110 0 111011 110100 1000010 101010 100010

Color Harmonies of #737A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737A32

Black with #737A32

Text Example


Text Example

White with #737A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737A32; }

 p { color: rgb(115,122,50); }

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

background-color css

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

 a { background-color: rgb(115,122,50); }

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

border-color css

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

 span { border-color: rgb(115,122,50); }

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