Html Css Color HEX #717007 Olive

📋 copy color: '#717007'

red 113 ◦ green 112 ◦ blue 7

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

Shades of Olive #717007

Tints of Olive #717007

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 7 (3.13% from 255) = 3.02%

R = 48.71%
G = 48.28%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#717007 (or 0x717007) is known color: Olive. HEX triplet: 71, 70 and 07. RGB value is (113,112,7). Sum of RGB (Red+Green+Blue) = 113+112+7=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #717007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717007 is #8E8FF8. Grayscale: #646464. Windows color (decimal): -9342969 or 487537. OLE color: 487537.

HSL color Cylindrical-coordinate representation of color #717007: hue angle of 59.43º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #717007 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 7 -
CMYK 0 0.01 0.94 0.56
HSL 59.43º 0.88% 0.24% -
HSV(B) 59.43º 0.94% 0.44% -
XYZ 12.64 15.11 2.45 -
YUV 100.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 113 112 7 0 0.01 0.94 0.56 59.43 0.88 0.24
Hex 71 70 7 0 1 5E 38 3B 58 18
Octal 161 160 7 0 1 136 70 73 130 30
Binary 1110001 1110000 111 0 1 1011110 111000 111011 1011000 11000

Color Harmonies of #717007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717007

Black with #717007

Text Example


Text Example

White with #717007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717007; }

 p { color: rgb(113,112,7); }

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

background-color css

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

 a { background-color: rgb(113,112,7); }

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

border-color css

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

 span { border-color: rgb(113,112,7); }

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