Html Css Color HEX #74711F Olivetone

📋 copy color: '#74711F'

red 116 ◦ green 113 ◦ blue 31

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

Shades of Olivetone #74711F

Tints of Olivetone #74711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 44.62%
G = 43.46%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74711F (or 0x74711F) is known color: Olivetone. HEX triplet: 74, 71 and 1F. RGB value is (116,113,31). Sum of RGB (Red+Green+Blue) = 116+113+31=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74711F is #8B8EE0. Grayscale: #686868. Windows color (decimal): -9146081 or 2060660. OLE color: 2060660.

HSL color Cylindrical-coordinate representation of color #74711F: hue angle of 57.88º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74711F is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 31 -
CMYK 0 0.03 0.73 0.55
HSL 57.88º 0.58% 0.29% -
HSV(B) 57.88º 0.73% 0.45% -
XYZ 13.35 15.62 3.61 -
YUV 104.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 116 113 31 0 0.03 0.73 0.55 57.88 0.58 0.29
Hex 74 71 1F 0 3 49 37 3A 3A 1D
Octal 164 161 37 0 3 111 67 72 72 35
Binary 1110100 1110001 11111 0 11 1001001 110111 111010 111010 11101

Color Harmonies of #74711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74711F

Black with #74711F

Text Example


Text Example

White with #74711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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