Html Css Color HEX #74711D Olivetone

📋 copy color: '#74711D'

red 116 ◦ green 113 ◦ blue 29

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

Shades of Olivetone #74711D

Tints of Olivetone #74711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.8%

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

R = 44.96%
G = 43.8%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74711D (or 0x74711D) is known color: Olivetone. HEX triplet: 74, 71 and 1D. RGB value is (116,113,29). Sum of RGB (Red+Green+Blue) = 116+113+29=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74711D is #8B8EE2. Grayscale: #686868. Windows color (decimal): -9146083 or 1929588. OLE color: 1929588.

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

Color convert

RGB 116 113 29 -
CMYK 0 0.03 0.75 0.55
HSL 57.93º 0.6% 0.28% -
HSV(B) 57.93º 0.75% 0.45% -
XYZ 13.33 15.61 3.47 -
YUV 104.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 116 113 29 0 0.03 0.75 0.55 57.93 0.6 0.28
Hex 74 71 1D 0 3 4B 37 3A 3C 1C
Octal 164 161 35 0 3 113 67 72 74 34
Binary 1110100 1110001 11101 0 11 1001011 110111 111010 111100 11100

Color Harmonies of #74711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74711D

Black with #74711D

Text Example


Text Example

White with #74711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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