Html Css Color HEX #73762F Olivetone

📋 copy color: '#73762F'

red 115 ◦ green 118 ◦ blue 47

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

Shades of Olivetone #73762F

Tints of Olivetone #73762F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 41.07%
G = 42.14%
B = 16.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#73762F (or 0x73762F) is known color: Olivetone. HEX triplet: 73, 76 and 2F. RGB value is (115,118,47). Sum of RGB (Red+Green+Blue) = 115+118+47=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #73762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73762F is #8C89D0. Grayscale: #6D6D6D. Windows color (decimal): -9210321 or 3110515. OLE color: 3110515.

HSL color Cylindrical-coordinate representation of color #73762F: hue angle of 62.54º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73762F is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 118 47 -
CMYK 0.03 0 0.60 0.54
HSL 62.54º 0.43% 0.32% -
HSV(B) 62.54º 0.6% 0.46% -
XYZ 14.06 16.81 5.19 -
YUV 109.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 115 118 47 0.03 0 0.60 0.54 62.54 0.43 0.32
Hex 73 76 2F 3 0 3C 36 3F 2B 20
Octal 163 166 57 3 0 74 66 77 53 40
Binary 1110011 1110110 101111 11 0 111100 110110 111111 101011 100000

Color Harmonies of #73762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73762F

Black with #73762F

Text Example


Text Example

White with #73762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73762F; }

 p { color: rgb(115,118,47); }

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

background-color css

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

 a { background-color: rgb(115,118,47); }

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

border-color css

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

 span { border-color: rgb(115,118,47); }

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