Html Css Color HEX #718703 Olive

📋 copy color: '#718703'

red 113 ◦ green 135 ◦ blue 3

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

Shades of Olive #718703

Tints of Olive #718703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.78%

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

R = 45.02%
G = 53.78%
B = 1.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#718703 (or 0x718703) is known color: Olive. HEX triplet: 71, 87 and 03. RGB value is (113,135,3). Sum of RGB (Red+Green+Blue) = 113+135+3=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #718703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718703 is #8E78FC. Grayscale: #717171. Windows color (decimal): -9337085 or 231281. OLE color: 231281.

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

Color convert

RGB 113 135 3 -
CMYK 0.16 0 0.98 0.47
HSL 70º 0.96% 0.27% -
HSV(B) 70º 0.98% 0.53% -
XYZ 15.49 20.85 3.29 -
YUV 113.37 65.71 127.73 -
System Red Green Blue C M Y K H S L
Decimal 113 135 3 0.16 0 0.98 0.47 70 0.96 0.27
Hex 71 87 3 10 0 62 2F 46 60 1B
Octal 161 207 3 20 0 142 57 106 140 33
Binary 1110001 10000111 11 10000 0 1100010 101111 1000110 1100000 11011

Color Harmonies of #718703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718703

Black with #718703

Text Example


Text Example

White with #718703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718703; }

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

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

background-color css

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

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

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

border-color css

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

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

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