Html Css Color HEX #718508 Olive

📋 copy color: '#718508'

red 113 ◦ green 133 ◦ blue 8

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

Shades of Olive #718508

Tints of Olive #718508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

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

R = 44.49%
G = 52.36%
B = 3.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#718508 (or 0x718508) is known color: Olive. HEX triplet: 71, 85 and 08. RGB value is (113,133,8). Sum of RGB (Red+Green+Blue) = 113+133+8=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #718508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718508 is #8E7AF7. Grayscale: #717171. Windows color (decimal): -9337592 or 558449. OLE color: 558449.

HSL color Cylindrical-coordinate representation of color #718508: hue angle of 69.6º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #718508 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 8 -
CMYK 0.15 0 0.94 0.48
HSL 69.6º 0.89% 0.28% -
HSV(B) 69.6º 0.94% 0.52% -
XYZ 15.24 20.3 3.35 -
YUV 112.77 68.87 128.16 -
System Red Green Blue C M Y K H S L
Decimal 113 133 8 0.15 0 0.94 0.48 69.6 0.89 0.28
Hex 71 85 8 F 0 5E 30 46 59 1C
Octal 161 205 10 17 0 136 60 106 131 34
Binary 1110001 10000101 1000 1111 0 1011110 110000 1000110 1011001 11100

Color Harmonies of #718508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718508

Black with #718508

Text Example


Text Example

White with #718508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718508; }

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

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

background-color css

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

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

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

border-color css

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

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

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