Html Css Color HEX #718105 Olive

📋 copy color: '#718105'

red 113 ◦ green 129 ◦ blue 5

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

Shades of Olive #718105

Tints of Olive #718105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 45.75%
G = 52.23%
B = 2.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#718105 (or 0x718105) is known color: Olive. HEX triplet: 71, 81 and 05. RGB value is (113,129,5). Sum of RGB (Red+Green+Blue) = 113+129+5=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #718105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718105 is #8E7EFA. Grayscale: #6E6E6E. Windows color (decimal): -9338619 or 360817. OLE color: 360817.

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

Color convert

RGB 113 129 5 -
CMYK 0.12 0 0.96 0.49
HSL 67.74º 0.93% 0.26% -
HSV(B) 67.74º 0.96% 0.51% -
XYZ 14.69 19.22 3.08 -
YUV 110.08 68.7 130.08 -
System Red Green Blue C M Y K H S L
Decimal 113 129 5 0.12 0 0.96 0.49 67.74 0.93 0.26
Hex 71 81 5 C 0 60 31 44 5D 1A
Octal 161 201 5 14 0 140 61 104 135 32
Binary 1110001 10000001 101 1100 0 1100000 110001 1000100 1011101 11010

Color Harmonies of #718105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718105

Black with #718105

Text Example


Text Example

White with #718105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718105; }

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

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

background-color css

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

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

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

border-color css

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

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

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