Html Css Color HEX #718A06 Olive

📋 copy color: '#718A06'

red 113 ◦ green 138 ◦ blue 6

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

Shades of Olive #718A06

Tints of Olive #718A06

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.7%

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

R = 43.97%
G = 53.7%
B = 2.33%

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

#718A06 (or 0x718A06) is known color: Olive. HEX triplet: 71, 8A and 06. RGB value is (113,138,6). Sum of RGB (Red+Green+Blue) = 113+138+6=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #718A06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718A06 is #8E75F9. Grayscale: #737373. Windows color (decimal): -9336314 or 428657. OLE color: 428657.

HSL color Cylindrical-coordinate representation of color #718A06: hue angle of 71.36º 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 #718A06 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 138 6 -
CMYK 0.18 0 0.96 0.46
HSL 71.36º 0.92% 0.28% -
HSV(B) 71.36º 0.96% 0.54% -
XYZ 15.93 21.7 3.52 -
YUV 115.48 66.22 126.23 -
System Red Green Blue C M Y K H S L
Decimal 113 138 6 0.18 0 0.96 0.46 71.36 0.92 0.28
Hex 71 8A 6 12 0 60 2E 47 5C 1C
Octal 161 212 6 22 0 140 56 107 134 34
Binary 1110001 10001010 110 10010 0 1100000 101110 1000111 1011100 11100

Color Harmonies of #718A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A06

Black with #718A06

Text Example


Text Example

White with #718A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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