Html Css Color HEX #718203 Olive

📋 copy color: '#718203'

red 113 ◦ green 130 ◦ blue 3

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

Shades of Olive #718203

Tints of Olive #718203

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.85%

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

R = 45.93%
G = 52.85%
B = 1.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#718203 (or 0x718203) is known color: Olive. HEX triplet: 71, 82 and 03. RGB value is (113,130,3). Sum of RGB (Red+Green+Blue) = 113+130+3=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #718203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718203 is #8E7DFC. Grayscale: #6E6E6E. Windows color (decimal): -9338365 or 230001. OLE color: 230001.

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

Color convert

RGB 113 130 3 -
CMYK 0.13 0 0.98 0.49
HSL 68.03º 0.95% 0.26% -
HSV(B) 68.03º 0.98% 0.51% -
XYZ 14.81 19.48 3.07 -
YUV 110.44 67.37 129.83 -
System Red Green Blue C M Y K H S L
Decimal 113 130 3 0.13 0 0.98 0.49 68.03 0.95 0.26
Hex 71 82 3 D 0 62 31 44 5F 1A
Octal 161 202 3 15 0 142 61 104 137 32
Binary 1110001 10000010 11 1101 0 1100010 110001 1000100 1011111 11010

Color Harmonies of #718203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718203

Black with #718203

Text Example


Text Example

White with #718203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718203; }

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

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

background-color css

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

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

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

border-color css

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

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

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