Html Css Color HEX #717608 Olive

📋 copy color: '#717608'

red 113 ◦ green 118 ◦ blue 8

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

Shades of Olive #717608

Tints of Olive #717608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.37%

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

R = 47.28%
G = 49.37%
B = 3.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#717608 (or 0x717608) is known color: Olive. HEX triplet: 71, 76 and 08. RGB value is (113,118,8). Sum of RGB (Red+Green+Blue) = 113+118+8=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #717608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717608 is #8E89F7. Grayscale: #686868. Windows color (decimal): -9341432 or 554609. OLE color: 554609.

HSL color Cylindrical-coordinate representation of color #717608: hue angle of 62.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #717608 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 8 -
CMYK 0.04 0 0.93 0.54
HSL 62.73º 0.87% 0.25% -
HSV(B) 62.73º 0.93% 0.46% -
XYZ 13.33 16.49 2.71 -
YUV 103.97 73.84 134.44 -
System Red Green Blue C M Y K H S L
Decimal 113 118 8 0.04 0 0.93 0.54 62.73 0.87 0.25
Hex 71 76 8 4 0 5D 36 3F 57 19
Octal 161 166 10 4 0 135 66 77 127 31
Binary 1110001 1110110 1000 100 0 1011101 110110 111111 1010111 11001

Color Harmonies of #717608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717608

Black with #717608

Text Example


Text Example

White with #717608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717608; }

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

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

background-color css

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

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

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

border-color css

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

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

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