Html Css Color HEX #74731D Olivetone

📋 copy color: '#74731D'

red 116 ◦ green 115 ◦ blue 29

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

Shades of Olivetone #74731D

Tints of Olivetone #74731D

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #74731D: hue angle of 59.31º 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 #74731D is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 29 -
CMYK 0 0.01 0.75 0.55
HSL 59.31º 0.6% 0.28% -
HSV(B) 59.31º 0.75% 0.45% -
XYZ 13.55 16.06 3.55 -
YUV 105.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 116 115 29 0 0.01 0.75 0.55 59.31 0.6 0.28
Hex 74 73 1D 0 1 4B 37 3B 3C 1C
Octal 164 163 35 0 1 113 67 73 74 34
Binary 1110100 1110011 11101 0 1 1001011 110111 111011 111100 11100

Color Harmonies of #74731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74731D

Black with #74731D

Text Example


Text Example

White with #74731D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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