Html Css Color HEX #717C0D Olive

📋 copy color: '#717C0D'

red 113 ◦ green 124 ◦ blue 13

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

Shades of Olive #717C0D

Tints of Olive #717C0D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.6%

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

R = 45.2%
G = 49.6%
B = 5.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#717C0D (or 0x717C0D) is known color: Olive. HEX triplet: 71, 7C and 0D. RGB value is (113,124,13). Sum of RGB (Red+Green+Blue) = 113+124+13=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #717C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717C0D is #8E83F2. Grayscale: #6C6C6C. Windows color (decimal): -9339891 or 883825. OLE color: 883825.

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

Color convert

RGB 113 124 13 -
CMYK 0.09 0 0.90 0.51
HSL 65.95º 0.81% 0.27% -
HSV(B) 65.95º 0.9% 0.49% -
XYZ 14.09 17.96 3.1 -
YUV 108.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 113 124 13 0.09 0 0.90 0.51 65.95 0.81 0.27
Hex 71 7C D 9 0 5A 33 42 51 1B
Octal 161 174 15 11 0 132 63 102 121 33
Binary 1110001 1111100 1101 1001 0 1011010 110011 1000010 1010001 11011

Color Harmonies of #717C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C0D

Black with #717C0D

Text Example


Text Example

White with #717C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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