Html Css Color HEX #717300 Olive

📋 copy color: '#717300'

red 113 ◦ green 115 ◦ blue 0

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

Shades of Olive #717300

Tints of Olive #717300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.56%
G = 50.44%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#717300 (or 0x717300) is known color: Olive. HEX triplet: 71, 73 and 00. RGB value is (113,115,0). Sum of RGB (Red+Green+Blue) = 113+115+0=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #717300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717300 is #8E8CFF. Grayscale: #656565. Windows color (decimal): -9342208 or 29553. OLE color: 29553.

HSL color Cylindrical-coordinate representation of color #717300: hue angle of 61.04º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #717300 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 115 0 -
CMYK 0.02 0 1 0.55
HSL 61.04º 1% 0.23% -
HSV(B) 61.04º 1% 0.45% -
XYZ 12.94 15.77 2.36 -
YUV 101.29 70.84 136.35 -
System Red Green Blue C M Y K H S L
Decimal 113 115 0 0.02 0 1 0.55 61.04 1 0.23
Hex 71 73 0 2 0 64 37 3D 64 17
Octal 161 163 0 2 0 144 67 75 144 27
Binary 1110001 1110011 0 10 0 1100100 110111 111101 1100100 10111

Color Harmonies of #717300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717300

Black with #717300

Text Example


Text Example

White with #717300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717300; }

 p { color: rgb(113,115,0); }

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

background-color css

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

 a { background-color: rgb(113,115,0); }

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

border-color css

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

 span { border-color: rgb(113,115,0); }

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