Html Css Color HEX #719402 Olive

📋 copy color: '#719402'

red 113 ◦ green 148 ◦ blue 2

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

Shades of Olive #719402

Tints of Olive #719402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 42.97%
G = 56.27%
B = 0.76%

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

#719402 (or 0x719402) is known color: Olive. HEX triplet: 71, 94 and 02. RGB value is (113,148,2). Sum of RGB (Red+Green+Blue) = 113+148+2=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #719402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719402 is #8E6BFD. Grayscale: #797979. Windows color (decimal): -9333758 or 169073. OLE color: 169073.

HSL color Cylindrical-coordinate representation of color #719402: hue angle of 74.38º degrees, saturation: 0.97, 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 #719402 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

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

Color Harmonies of #719402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719402

Black with #719402

Text Example


Text Example

White with #719402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719402; }

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

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

background-color css

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

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

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

border-color css

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

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

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