Html Css Color HEX #717305 Olive

📋 copy color: '#717305'

red 113 ◦ green 115 ◦ blue 5

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

Shades of Olive #717305

Tints of Olive #717305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 48.5%
G = 49.36%
B = 2.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#717305 (or 0x717305) is known color: Olive. HEX triplet: 71, 73 and 05. RGB value is (113,115,5). Sum of RGB (Red+Green+Blue) = 113+115+5=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #717305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717305 is #8E8CFA. Grayscale: #666666. Windows color (decimal): -9342203 or 357233. OLE color: 357233.

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

Color convert

RGB 113 115 5 -
CMYK 0.02 0 0.96 0.55
HSL 61.09º 0.92% 0.24% -
HSV(B) 61.09º 0.96% 0.45% -
XYZ 12.97 15.78 2.51 -
YUV 101.86 73.34 135.94 -
System Red Green Blue C M Y K H S L
Decimal 113 115 5 0.02 0 0.96 0.55 61.09 0.92 0.24
Hex 71 73 5 2 0 60 37 3D 5C 18
Octal 161 163 5 2 0 140 67 75 134 30
Binary 1110001 1110011 101 10 0 1100000 110111 111101 1011100 11000

Color Harmonies of #717305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717305

Black with #717305

Text Example


Text Example

White with #717305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717305; }

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

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

background-color css

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

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

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

border-color css

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

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

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