Html Css Color HEX #718108 Olive

📋 copy color: '#718108'

red 113 ◦ green 129 ◦ blue 8

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

Shades of Olive #718108

Tints of Olive #718108

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.6%

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

R = 45.2%
G = 51.6%
B = 3.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#718108 (or 0x718108) is known color: Olive. HEX triplet: 71, 81 and 08. RGB value is (113,129,8). Sum of RGB (Red+Green+Blue) = 113+129+8=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #718108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718108 is #8E7EF7. Grayscale: #6E6E6E. Windows color (decimal): -9338616 or 557425. OLE color: 557425.

HSL color Cylindrical-coordinate representation of color #718108: hue angle of 67.93º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #718108 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 8 -
CMYK 0.12 0 0.94 0.49
HSL 67.93º 0.88% 0.27% -
HSV(B) 67.93º 0.94% 0.51% -
XYZ 14.7 19.23 3.17 -
YUV 110.42 70.2 129.84 -
System Red Green Blue C M Y K H S L
Decimal 113 129 8 0.12 0 0.94 0.49 67.93 0.88 0.27
Hex 71 81 8 C 0 5E 31 44 58 1B
Octal 161 201 10 14 0 136 61 104 130 33
Binary 1110001 10000001 1000 1100 0 1011110 110001 1000100 1011000 11011

Color Harmonies of #718108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718108

Black with #718108

Text Example


Text Example

White with #718108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718108; }

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

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

background-color css

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

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

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

border-color css

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

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

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