Html Css Color HEX #717A0F Olive

📋 copy color: '#717A0F'

red 113 ◦ green 122 ◦ blue 15

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

Shades of Olive #717A0F

Tints of Olive #717A0F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.8%

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

R = 45.2%
G = 48.8%
B = 6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#717A0F (or 0x717A0F) is known color: Olive. HEX triplet: 71, 7A and 0F. RGB value is (113,122,15). Sum of RGB (Red+Green+Blue) = 113+122+15=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #717A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717A0F is #8E85F0. Grayscale: #6B6B6B. Windows color (decimal): -9340401 or 1014385. OLE color: 1014385.

HSL color Cylindrical-coordinate representation of color #717A0F: hue angle of 65.05º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #717A0F is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 122 15 -
CMYK 0.07 0 0.88 0.52
HSL 65.05º 0.78% 0.27% -
HSV(B) 65.05º 0.88% 0.48% -
XYZ 13.86 17.46 3.09 -
YUV 107.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 113 122 15 0.07 0 0.88 0.52 65.05 0.78 0.27
Hex 71 7A F 7 0 58 34 41 4E 1B
Octal 161 172 17 7 0 130 64 101 116 33
Binary 1110001 1111010 1111 111 0 1011000 110100 1000001 1001110 11011

Color Harmonies of #717A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A0F

Black with #717A0F

Text Example


Text Example

White with #717A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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