Html Css Color HEX #74720D Olive

📋 copy color: '#74720D'

red 116 ◦ green 114 ◦ blue 13

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

Shades of Olive #74720D

Tints of Olive #74720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.91%

 BLUE value IS 13 (5.47% from 255) = 5.35%

R = 47.74%
G = 46.91%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74720D (or 0x74720D) is known color: Olive. HEX triplet: 74, 72 and 0D. RGB value is (116,114,13). Sum of RGB (Red+Green+Blue) = 116+114+13=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74720D is #8B8DF2. Grayscale: #676767. Windows color (decimal): -9145843 or 881268. OLE color: 881268.

HSL color Cylindrical-coordinate representation of color #74720D: hue angle of 58.83º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74720D is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 13 -
CMYK 0 0.02 0.89 0.55
HSL 58.83º 0.8% 0.25% -
HSV(B) 58.83º 0.89% 0.45% -
XYZ 13.29 15.78 2.73 -
YUV 103.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 116 114 13 0 0.02 0.89 0.55 58.83 0.8 0.25
Hex 74 72 D 0 2 59 37 3B 50 19
Octal 164 162 15 0 2 131 67 73 120 31
Binary 1110100 1110010 1101 0 10 1011001 110111 111011 1010000 11001

Color Harmonies of #74720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74720D

Black with #74720D

Text Example


Text Example

White with #74720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,114,13); }

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

background-color css

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

 a { background-color: rgb(116,114,13); }

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

border-color css

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

 span { border-color: rgb(116,114,13); }

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