Html Css Color HEX #718A04 Olive

📋 copy color: '#718A04'

red 113 ◦ green 138 ◦ blue 4

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

Shades of Olive #718A04

Tints of Olive #718A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 44.31%
G = 54.12%
B = 1.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#718A04 (or 0x718A04) is known color: Olive. HEX triplet: 71, 8A and 04. RGB value is (113,138,4). Sum of RGB (Red+Green+Blue) = 113+138+4=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #718A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718A04 is #8E75FB. Grayscale: #737373. Windows color (decimal): -9336316 or 297585. OLE color: 297585.

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

Color convert

RGB 113 138 4 -
CMYK 0.18 0 0.97 0.46
HSL 71.19º 0.94% 0.28% -
HSV(B) 71.19º 0.97% 0.54% -
XYZ 15.92 21.7 3.46 -
YUV 115.25 65.22 126.4 -
System Red Green Blue C M Y K H S L
Decimal 113 138 4 0.18 0 0.97 0.46 71.19 0.94 0.28
Hex 71 8A 4 12 0 61 2E 47 5E 1C
Octal 161 212 4 22 0 141 56 107 136 34
Binary 1110001 10001010 100 10010 0 1100001 101110 1000111 1011110 11100

Color Harmonies of #718A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A04

Black with #718A04

Text Example


Text Example

White with #718A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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