Html Css Color HEX #718903 Olive

📋 copy color: '#718903'

red 113 ◦ green 137 ◦ blue 3

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

Shades of Olive #718903

Tints of Olive #718903

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.15%

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 44.66%
G = 54.15%
B = 1.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#718903 (or 0x718903) is known color: Olive. HEX triplet: 71, 89 and 03. RGB value is (113,137,3). Sum of RGB (Red+Green+Blue) = 113+137+3=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #718903 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718903 is #8E76FC. Grayscale: #737373. Windows color (decimal): -9336573 or 231793. OLE color: 231793.

HSL color Cylindrical-coordinate representation of color #718903: hue angle of 70.75º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #718903 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 3 -
CMYK 0.18 0 0.98 0.46
HSL 70.75º 0.96% 0.27% -
HSV(B) 70.75º 0.98% 0.54% -
XYZ 15.77 21.41 3.39 -
YUV 114.55 65.05 126.9 -
System Red Green Blue C M Y K H S L
Decimal 113 137 3 0.18 0 0.98 0.46 70.75 0.96 0.27
Hex 71 89 3 12 0 62 2E 47 60 1B
Octal 161 211 3 22 0 142 56 107 140 33
Binary 1110001 10001001 11 10010 0 1100010 101110 1000111 1100000 11011

Color Harmonies of #718903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718903

Black with #718903

Text Example


Text Example

White with #718903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718903; }

 p { color: rgb(113,137,3); }

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

background-color css

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

 a { background-color: rgb(113,137,3); }

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

border-color css

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

 span { border-color: rgb(113,137,3); }

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