Html Css Color HEX #717703 Olive

📋 copy color: '#717703'

red 113 ◦ green 119 ◦ blue 3

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

Shades of Olive #717703

Tints of Olive #717703

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.64%

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

R = 48.09%
G = 50.64%
B = 1.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#717703 (or 0x717703) is known color: Olive. HEX triplet: 71, 77 and 03. RGB value is (113,119,3). Sum of RGB (Red+Green+Blue) = 113+119+3=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #717703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717703 is #8E88FC. Grayscale: #686868. Windows color (decimal): -9341181 or 227185. OLE color: 227185.

HSL color Cylindrical-coordinate representation of color #717703: hue angle of 63.1º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #717703 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 3 -
CMYK 0.05 0 0.97 0.53
HSL 63.1º 0.95% 0.24% -
HSV(B) 63.1º 0.97% 0.47% -
XYZ 13.42 16.71 2.6 -
YUV 103.98 71.01 134.43 -
System Red Green Blue C M Y K H S L
Decimal 113 119 3 0.05 0 0.97 0.53 63.1 0.95 0.24
Hex 71 77 3 5 0 61 35 3F 5F 18
Octal 161 167 3 5 0 141 65 77 137 30
Binary 1110001 1110111 11 101 0 1100001 110101 111111 1011111 11000

Color Harmonies of #717703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717703

Black with #717703

Text Example


Text Example

White with #717703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717703; }

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

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

background-color css

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

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

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

border-color css

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

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

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