Html Css Color HEX #717104 Olive

📋 copy color: '#717104'

red 113 ◦ green 113 ◦ blue 4

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

Shades of Olive #717104

Tints of Olive #717104

RGB

 RED value IS 113 (44.53% from 255) = 49.13%

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

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 49.13%
G = 49.13%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#717104 (or 0x717104) is known color: Olive. HEX triplet: 71, 71 and 04. RGB value is (113,113,4). Sum of RGB (Red+Green+Blue) = 113+113+4=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717104 is #8E8EFB. Grayscale: #656565. Windows color (decimal): -9342716 or 291185. OLE color: 291185.

HSL color Cylindrical-coordinate representation of color #717104: hue angle of 60º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #717104 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 4 -
CMYK 0 0 0.96 0.56
HSL 60º 0.93% 0.23% -
HSV(B) 60º 0.96% 0.44% -
XYZ 12.74 15.33 2.4 -
YUV 100.57 73.5 136.86 -
System Red Green Blue C M Y K H S L
Decimal 113 113 4 0 0 0.96 0.56 60 0.93 0.23
Hex 71 71 4 0 0 60 38 3C 5D 17
Octal 161 161 4 0 0 140 70 74 135 27
Binary 1110001 1110001 100 0 0 1100000 111000 111100 1011101 10111

Color Harmonies of #717104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717104

Black with #717104

Text Example


Text Example

White with #717104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717104; }

 p { color: rgb(113,113,4); }

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

background-color css

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

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

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

border-color css

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

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

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