Html Css Color HEX #718C04 Olive

📋 copy color: '#718C04'

red 113 ◦ green 140 ◦ blue 4

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

Shades of Olive #718C04

Tints of Olive #718C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.47%

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

R = 43.97%
G = 54.47%
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

#718C04 (or 0x718C04) is known color: Olive. HEX triplet: 71, 8C and 04. RGB value is (113,140,4). Sum of RGB (Red+Green+Blue) = 113+140+4=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #718C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718C04 is #8E73FB. Grayscale: #747474. Windows color (decimal): -9335804 or 298097. OLE color: 298097.

HSL color Cylindrical-coordinate representation of color #718C04: hue angle of 71.91º 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 #718C04 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 140 4 -
CMYK 0.19 0 0.97 0.45
HSL 71.91º 0.94% 0.28% -
HSV(B) 71.91º 0.97% 0.55% -
XYZ 16.21 22.28 3.56 -
YUV 116.42 64.55 125.56 -
System Red Green Blue C M Y K H S L
Decimal 113 140 4 0.19 0 0.97 0.45 71.91 0.94 0.28
Hex 71 8C 4 13 0 61 2D 48 5E 1C
Octal 161 214 4 23 0 141 55 110 136 34
Binary 1110001 10001100 100 10011 0 1100001 101101 1001000 1011110 11100

Color Harmonies of #718C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C04

Black with #718C04

Text Example


Text Example

White with #718C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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