Html Css Color HEX #718906 Olive

📋 copy color: '#718906'

red 113 ◦ green 137 ◦ blue 6

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

Shades of Olive #718906

Tints of Olive #718906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.52%

 BLUE value IS 6 (2.73% from 255) = 2.34%

R = 44.14%
G = 53.52%
B = 2.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#718906 (or 0x718906) is known color: Olive. HEX triplet: 71, 89 and 06. RGB value is (113,137,6). Sum of RGB (Red+Green+Blue) = 113+137+6=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #718906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718906 is #8E76F9. Grayscale: #737373. Windows color (decimal): -9336570 or 428401. OLE color: 428401.

HSL color Cylindrical-coordinate representation of color #718906: hue angle of 70.99º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #718906 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 6 -
CMYK 0.18 0 0.96 0.46
HSL 70.99º 0.92% 0.28% -
HSV(B) 70.99º 0.96% 0.54% -
XYZ 15.79 21.42 3.47 -
YUV 114.89 66.55 126.65 -
System Red Green Blue C M Y K H S L
Decimal 113 137 6 0.18 0 0.96 0.46 70.99 0.92 0.28
Hex 71 89 6 12 0 60 2E 47 5C 1C
Octal 161 211 6 22 0 140 56 107 134 34
Binary 1110001 10001001 110 10010 0 1100000 101110 1000111 1011100 11100

Color Harmonies of #718906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718906

Black with #718906

Text Example


Text Example

White with #718906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718906; }

 p { color: rgb(113,137,6); }

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

background-color css

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

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

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

border-color css

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

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

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