Html Css Color HEX #73862F Olive Drab

📋 copy color: '#73862F'

red 115 ◦ green 134 ◦ blue 47

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

Shades of Olive Drab #73862F

Tints of Olive Drab #73862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.27%

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

R = 38.85%
G = 45.27%
B = 15.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#73862F (or 0x73862F) is known color: Olive Drab. HEX triplet: 73, 86 and 2F. RGB value is (115,134,47). Sum of RGB (Red+Green+Blue) = 115+134+47=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #73862F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73862F is #8C79D0. Grayscale: #767676. Windows color (decimal): -9206225 or 3114611. OLE color: 3114611.

HSL color Cylindrical-coordinate representation of color #73862F: hue angle of 73.1º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73862F is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 134 47 -
CMYK 0.14 0 0.65 0.47
HSL 73.1º 0.48% 0.35% -
HSV(B) 73.1º 0.65% 0.53% -
XYZ 16.11 20.9 5.87 -
YUV 118.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 115 134 47 0.14 0 0.65 0.47 73.1 0.48 0.35
Hex 73 86 2F E 0 41 2F 49 30 23
Octal 163 206 57 16 0 101 57 111 60 43
Binary 1110011 10000110 101111 1110 0 1000001 101111 1001001 110000 100011

Color Harmonies of #73862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73862F

Black with #73862F

Text Example


Text Example

White with #73862F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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