Html Css Color HEX #73752A Olivetone

📋 copy color: '#73752A'

red 115 ◦ green 117 ◦ blue 42

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

Shades of Olivetone #73752A

Tints of Olivetone #73752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 41.97%
G = 42.7%
B = 15.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#73752A (or 0x73752A) is known color: Olivetone. HEX triplet: 73, 75 and 2A. RGB value is (115,117,42). Sum of RGB (Red+Green+Blue) = 115+117+42=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #73752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73752A is #8C8AD5. Grayscale: #6C6C6C. Windows color (decimal): -9210582 or 2782579. OLE color: 2782579.

HSL color Cylindrical-coordinate representation of color #73752A: hue angle of 61.6º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73752A is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 117 42 -
CMYK 0.02 0 0.64 0.54
HSL 61.6º 0.47% 0.31% -
HSV(B) 61.6º 0.64% 0.46% -
XYZ 13.85 16.53 4.65 -
YUV 107.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 115 117 42 0.02 0 0.64 0.54 61.6 0.47 0.31
Hex 73 75 2A 2 0 40 36 3E 2F 1F
Octal 163 165 52 2 0 100 66 76 57 37
Binary 1110011 1110101 101010 10 0 1000000 110110 111110 101111 11111

Color Harmonies of #73752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73752A

Black with #73752A

Text Example


Text Example

White with #73752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73752A; }

 p { color: rgb(115,117,42); }

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

background-color css

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

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

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

border-color css

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

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

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