Html Css Color HEX #717108 Olive

📋 copy color: '#717108'

red 113 ◦ green 113 ◦ blue 8

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

Shades of Olive #717108

Tints of Olive #717108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.42%

R = 48.29%
G = 48.29%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#717108 (or 0x717108) is known color: Olive. HEX triplet: 71, 71 and 08. RGB value is (113,113,8). Sum of RGB (Red+Green+Blue) = 113+113+8=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717108 is #8E8EF7. Grayscale: #656565. Windows color (decimal): -9342712 or 553329. OLE color: 553329.

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

Color convert

RGB 113 113 8 -
CMYK 0 0 0.93 0.56
HSL 60º 0.87% 0.24% -
HSV(B) 60º 0.93% 0.44% -
XYZ 12.76 15.34 2.52 -
YUV 101.03 75.5 136.54 -
System Red Green Blue C M Y K H S L
Decimal 113 113 8 0 0 0.93 0.56 60 0.87 0.24
Hex 71 71 8 0 0 5D 38 3C 57 18
Octal 161 161 10 0 0 135 70 74 127 30
Binary 1110001 1110001 1000 0 0 1011101 111000 111100 1010111 11000

Color Harmonies of #717108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717108

Black with #717108

Text Example


Text Example

White with #717108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717108; }

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

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

background-color css

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

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

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

border-color css

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

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

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