Html Css Color HEX #717F0D Olive

📋 copy color: '#717F0D'

red 113 ◦ green 127 ◦ blue 13

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

Shades of Olive #717F0D

Tints of Olive #717F0D

RGB

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

 GREEN value IS 127 (50% from 255) = 50.2%

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 44.66%
G = 50.2%
B = 5.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#717F0D (or 0x717F0D) is known color: Olive. HEX triplet: 71, 7F and 0D. RGB value is (113,127,13). Sum of RGB (Red+Green+Blue) = 113+127+13=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #717F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717F0D is #8E80F2. Grayscale: #6E6E6E. Windows color (decimal): -9339123 or 884593. OLE color: 884593.

HSL color Cylindrical-coordinate representation of color #717F0D: hue angle of 67.37º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #717F0D is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 127 13 -
CMYK 0.11 0 0.90 0.50
HSL 67.37º 0.81% 0.27% -
HSV(B) 67.37º 0.9% 0.5% -
XYZ 14.47 18.72 3.23 -
YUV 109.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 113 127 13 0.11 0 0.90 0.50 67.37 0.81 0.27
Hex 71 7F D B 0 5A 32 43 51 1B
Octal 161 177 15 13 0 132 62 103 121 33
Binary 1110001 1111111 1101 1011 0 1011010 110010 1000011 1010001 11011

Color Harmonies of #717F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F0D

Black with #717F0D

Text Example


Text Example

White with #717F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,127,13); }

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

background-color css

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

 a { background-color: rgb(113,127,13); }

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

border-color css

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

 span { border-color: rgb(113,127,13); }

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