Html Css Color HEX #73741D Olivetone

📋 copy color: '#73741D'

red 115 ◦ green 116 ◦ blue 29

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

Shades of Olivetone #73741D

Tints of Olivetone #73741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.62%

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 44.23%
G = 44.62%
B = 11.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73741D (or 0x73741D) is known color: Olivetone. HEX triplet: 73, 74 and 1D. RGB value is (115,116,29). Sum of RGB (Red+Green+Blue) = 115+116+29=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #73741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73741D is #8C8BE2. Grayscale: #6A6A6A. Windows color (decimal): -9210851 or 1930355. OLE color: 1930355.

HSL color Cylindrical-coordinate representation of color #73741D: hue angle of 60.69º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73741D is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 116 29 -
CMYK 0.01 0 0.75 0.55
HSL 60.69º 0.6% 0.28% -
HSV(B) 60.69º 0.75% 0.45% -
XYZ 13.54 16.22 3.58 -
YUV 105.78 84.67 134.57 -
System Red Green Blue C M Y K H S L
Decimal 115 116 29 0.01 0 0.75 0.55 60.69 0.6 0.28
Hex 73 74 1D 1 0 4B 37 3D 3C 1C
Octal 163 164 35 1 0 113 67 75 74 34
Binary 1110011 1110100 11101 1 0 1001011 110111 111101 111100 11100

Color Harmonies of #73741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73741D

Black with #73741D

Text Example


Text Example

White with #73741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73741D; }

 p { color: rgb(115,116,29); }

 H1.HeaderClassName
 {
   color: #73741D;
 }
 .AnyTagClassName
 {
   color: #73741D;
 }
</style>

background-color css

<style>
 a { background-color: #73741D; }

 a { background-color: rgb(115,116,29); }

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

border-color css

<style>
 span { border-color: #73741D; }

 span { border-color: rgb(115,116,29); }

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