Html Css Color HEX #73852E Olive Drab

📋 copy color: '#73852E'

red 115 ◦ green 133 ◦ blue 46

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

Shades of Olive Drab #73852E

Tints of Olive Drab #73852E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.24%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 39.12%
G = 45.24%
B = 15.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#73852E (or 0x73852E) is known color: Olive Drab. HEX triplet: 73, 85 and 2E. RGB value is (115,133,46). Sum of RGB (Red+Green+Blue) = 115+133+46=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #73852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73852E is #8C7AD1. Grayscale: #767676. Windows color (decimal): -9206482 or 3048819. OLE color: 3048819.

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

Color convert

RGB 115 133 46 -
CMYK 0.14 0 0.65 0.48
HSL 72.41º 0.49% 0.35% -
HSV(B) 72.41º 0.65% 0.52% -
XYZ 15.95 20.62 5.72 -
YUV 117.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 115 133 46 0.14 0 0.65 0.48 72.41 0.49 0.35
Hex 73 85 2E E 0 41 30 48 31 23
Octal 163 205 56 16 0 101 60 110 61 43
Binary 1110011 10000101 101110 1110 0 1000001 110000 1001000 110001 100011

Color Harmonies of #73852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73852E

Black with #73852E

Text Example


Text Example

White with #73852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73852E; }

 p { color: rgb(115,133,46); }

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

background-color css

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

 a { background-color: rgb(115,133,46); }

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

border-color css

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

 span { border-color: rgb(115,133,46); }

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