Html Css Color HEX #717D0F Olive

📋 copy color: '#717D0F'

red 113 ◦ green 125 ◦ blue 15

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

Shades of Olive #717D0F

Tints of Olive #717D0F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.41%

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 44.66%
G = 49.41%
B = 5.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#717D0F (or 0x717D0F) is known color: Olive. HEX triplet: 71, 7D and 0F. RGB value is (113,125,15). Sum of RGB (Red+Green+Blue) = 113+125+15=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #717D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717D0F is #8E82F0. Grayscale: #6D6D6D. Windows color (decimal): -9339633 or 1015153. OLE color: 1015153.

HSL color Cylindrical-coordinate representation of color #717D0F: hue angle of 66.55º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #717D0F is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 125 15 -
CMYK 0.10 0 0.88 0.51
HSL 66.55º 0.79% 0.27% -
HSV(B) 66.55º 0.88% 0.49% -
XYZ 14.23 18.21 3.22 -
YUV 108.87 75.02 130.94 -
System Red Green Blue C M Y K H S L
Decimal 113 125 15 0.10 0 0.88 0.51 66.55 0.79 0.27
Hex 71 7D F A 0 58 33 43 4F 1B
Octal 161 175 17 12 0 130 63 103 117 33
Binary 1110001 1111101 1111 1010 0 1011000 110011 1000011 1001111 11011

Color Harmonies of #717D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717D0F

Black with #717D0F

Text Example


Text Example

White with #717D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717D0F; }

 p { color: rgb(113,125,15); }

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

background-color css

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

 a { background-color: rgb(113,125,15); }

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

border-color css

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

 span { border-color: rgb(113,125,15); }

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