Html Css Color HEX #719401 Olive

📋 copy color: '#719401'

red 113 ◦ green 148 ◦ blue 1

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

Shades of Olive #719401

Tints of Olive #719401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 43.13%
G = 56.49%
B = 0.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#719401 (or 0x719401) is known color: Olive. HEX triplet: 71, 94 and 01. RGB value is (113,148,1). Sum of RGB (Red+Green+Blue) = 113+148+1=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #719401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719401 is #8E6BFE. Grayscale: #797979. Windows color (decimal): -9333759 or 103537. OLE color: 103537.

HSL color Cylindrical-coordinate representation of color #719401: hue angle of 74.29º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #719401 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 1 -
CMYK 0.24 0 0.99 0.42
HSL 74.29º 0.99% 0.29% -
HSV(B) 74.29º 0.99% 0.58% -
XYZ 17.41 24.69 3.88 -
YUV 120.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 113 148 1 0.24 0 0.99 0.42 74.29 0.99 0.29
Hex 71 94 1 18 0 63 2A 4A 63 1D
Octal 161 224 1 30 0 143 52 112 143 35
Binary 1110001 10010100 1 11000 0 1100011 101010 1001010 1100011 11101

Color Harmonies of #719401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719401

Black with #719401

Text Example


Text Example

White with #719401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719401; }

 p { color: rgb(113,148,1); }

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

background-color css

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

 a { background-color: rgb(113,148,1); }

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

border-color css

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

 span { border-color: rgb(113,148,1); }

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