Html Css Color HEX #717E0B Olive

📋 copy color: '#717E0B'

red 113 ◦ green 126 ◦ blue 11

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

Shades of Olive #717E0B

Tints of Olive #717E0B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 50.4%

 BLUE value IS 11 (4.69% from 255) = 4.4%

R = 45.2%
G = 50.4%
B = 4.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#717E0B (or 0x717E0B) is known color: Olive. HEX triplet: 71, 7E and 0B. RGB value is (113,126,11). Sum of RGB (Red+Green+Blue) = 113+126+11=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #717E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717E0B is #8E81F4. Grayscale: #6D6D6D. Windows color (decimal): -9339381 or 753265. OLE color: 753265.

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

Color convert

RGB 113 126 11 -
CMYK 0.10 0 0.91 0.51
HSL 66.78º 0.84% 0.27% -
HSV(B) 66.78º 0.91% 0.49% -
XYZ 14.33 18.46 3.12 -
YUV 109 72.69 130.85 -
System Red Green Blue C M Y K H S L
Decimal 113 126 11 0.10 0 0.91 0.51 66.78 0.84 0.27
Hex 71 7E B A 0 5B 33 43 54 1B
Octal 161 176 13 12 0 133 63 103 124 33
Binary 1110001 1111110 1011 1010 0 1011011 110011 1000011 1010100 11011

Color Harmonies of #717E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E0B

Black with #717E0B

Text Example


Text Example

White with #717E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,126,11); }

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

background-color css

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

 a { background-color: rgb(113,126,11); }

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

border-color css

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

 span { border-color: rgb(113,126,11); }

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