Html Css Color HEX #74712B Olivetone

📋 copy color: '#74712B'

red 116 ◦ green 113 ◦ blue 43

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

Shades of Olivetone #74712B

Tints of Olivetone #74712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 42.65%
G = 41.54%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74712B (or 0x74712B) is known color: Olivetone. HEX triplet: 74, 71 and 2B. RGB value is (116,113,43). Sum of RGB (Red+Green+Blue) = 116+113+43=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #74712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74712B is #8B8ED4. Grayscale: #6A6A6A. Windows color (decimal): -9146069 or 2847092. OLE color: 2847092.

HSL color Cylindrical-coordinate representation of color #74712B: hue angle of 57.53º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74712B is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 43 -
CMYK 0 0.03 0.63 0.55
HSL 57.53º 0.46% 0.31% -
HSV(B) 57.53º 0.63% 0.45% -
XYZ 13.54 15.7 4.6 -
YUV 105.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 116 113 43 0 0.03 0.63 0.55 57.53 0.46 0.31
Hex 74 71 2B 0 3 3F 37 3A 2E 1F
Octal 164 161 53 0 3 77 67 72 56 37
Binary 1110100 1110001 101011 0 11 111111 110111 111010 101110 11111

Color Harmonies of #74712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74712B

Black with #74712B

Text Example


Text Example

White with #74712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74712B; }

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

 H1.HeaderClassName
 {
   color: #74712B;
 }
 .AnyTagClassName
 {
   color: #74712B;
 }
</style>

background-color css

<style>
 a { background-color: #74712B; }

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

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

border-color css

<style>
 span { border-color: #74712B; }

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

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