Html Css Color HEX #74710E Olive

📋 copy color: '#74710E'

red 116 ◦ green 113 ◦ blue 14

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

Shades of Olive #74710E

Tints of Olive #74710E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 47.74%
G = 46.5%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#74710E (or 0x74710E) is known color: Olive. HEX triplet: 74, 71 and 0E. RGB value is (116,113,14). Sum of RGB (Red+Green+Blue) = 116+113+14=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74710E is #8B8EF1. Grayscale: #676767. Windows color (decimal): -9146098 or 946548. OLE color: 946548.

HSL color Cylindrical-coordinate representation of color #74710E: hue angle of 58.24º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74710E is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 14 -
CMYK 0 0.03 0.88 0.55
HSL 58.24º 0.78% 0.25% -
HSV(B) 58.24º 0.88% 0.45% -
XYZ 13.19 15.55 2.72 -
YUV 102.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 116 113 14 0 0.03 0.88 0.55 58.24 0.78 0.25
Hex 74 71 E 0 3 58 37 3A 4E 19
Octal 164 161 16 0 3 130 67 72 116 31
Binary 1110100 1110001 1110 0 11 1011000 110111 111010 1001110 11001

Color Harmonies of #74710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74710E

Black with #74710E

Text Example


Text Example

White with #74710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74710E; }

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

 H1.HeaderClassName
 {
   color: #74710E;
 }
 .AnyTagClassName
 {
   color: #74710E;
 }
</style>

background-color css

<style>
 a { background-color: #74710E; }

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

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

border-color css

<style>
 span { border-color: #74710E; }

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

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