Html Css Color HEX #74700D Olive

📋 copy color: '#74700D'

red 116 ◦ green 112 ◦ blue 13

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

Shades of Olive #74700D

Tints of Olive #74700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

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

R = 48.13%
G = 46.47%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74700D (or 0x74700D) is known color: Olive. HEX triplet: 74, 70 and 0D. RGB value is (116,112,13). Sum of RGB (Red+Green+Blue) = 116+112+13=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74700D is #8B8FF2. Grayscale: #666666. Windows color (decimal): -9146355 or 880756. OLE color: 880756.

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

Color convert

RGB 116 112 13 -
CMYK 0 0.03 0.89 0.55
HSL 57.67º 0.8% 0.25% -
HSV(B) 57.67º 0.89% 0.45% -
XYZ 13.07 15.33 2.65 -
YUV 101.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 116 112 13 0 0.03 0.89 0.55 57.67 0.8 0.25
Hex 74 70 D 0 3 59 37 3A 50 19
Octal 164 160 15 0 3 131 67 72 120 31
Binary 1110100 1110000 1101 0 11 1011001 110111 111010 1010000 11001

Color Harmonies of #74700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74700D

Black with #74700D

Text Example


Text Example

White with #74700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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