Html Css Color HEX #718304 Olive

📋 copy color: '#718304'

red 113 ◦ green 131 ◦ blue 4

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

Shades of Olive #718304

Tints of Olive #718304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.82%

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

R = 45.56%
G = 52.82%
B = 1.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#718304 (or 0x718304) is known color: Olive. HEX triplet: 71, 83 and 04. RGB value is (113,131,4). Sum of RGB (Red+Green+Blue) = 113+131+4=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #718304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718304 is #8E7CFB. Grayscale: #6F6F6F. Windows color (decimal): -9338108 or 295793. OLE color: 295793.

HSL color Cylindrical-coordinate representation of color #718304: hue angle of 68.5º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #718304 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 4 -
CMYK 0.14 0 0.97 0.49
HSL 68.5º 0.94% 0.26% -
HSV(B) 68.5º 0.97% 0.51% -
XYZ 14.95 19.75 3.14 -
YUV 111.14 67.54 129.33 -
System Red Green Blue C M Y K H S L
Decimal 113 131 4 0.14 0 0.97 0.49 68.5 0.94 0.26
Hex 71 83 4 E 0 61 31 45 5E 1A
Octal 161 203 4 16 0 141 61 105 136 32
Binary 1110001 10000011 100 1110 0 1100001 110001 1000101 1011110 11010

Color Harmonies of #718304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718304

Black with #718304

Text Example


Text Example

White with #718304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718304; }

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

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

background-color css

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

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

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

border-color css

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

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

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