Html Css Color HEX #718B04 Olive

📋 copy color: '#718B04'

red 113 ◦ green 139 ◦ blue 4

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

Shades of Olive #718B04

Tints of Olive #718B04

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.3%

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

R = 44.14%
G = 54.3%
B = 1.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#718B04 (or 0x718B04) is known color: Olive. HEX triplet: 71, 8B and 04. RGB value is (113,139,4). Sum of RGB (Red+Green+Blue) = 113+139+4=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #718B04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718B04 is #8E74FB. Grayscale: #747474. Windows color (decimal): -9336060 or 297841. OLE color: 297841.

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

Color convert

RGB 113 139 4 -
CMYK 0.19 0 0.97 0.45
HSL 71.56º 0.94% 0.28% -
HSV(B) 71.56º 0.97% 0.55% -
XYZ 16.06 21.98 3.51 -
YUV 115.84 64.89 125.98 -
System Red Green Blue C M Y K H S L
Decimal 113 139 4 0.19 0 0.97 0.45 71.56 0.94 0.28
Hex 71 8B 4 13 0 61 2D 48 5E 1C
Octal 161 213 4 23 0 141 55 110 136 34
Binary 1110001 10001011 100 10011 0 1100001 101101 1001000 1011110 11100

Color Harmonies of #718B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B04

Black with #718B04

Text Example


Text Example

White with #718B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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