Html Css Color HEX #717502 Olive

📋 copy color: '#717502'

red 113 ◦ green 117 ◦ blue 2

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

Shades of Olive #717502

Tints of Olive #717502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.43%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 48.71%
G = 50.43%
B = 0.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#717502 (or 0x717502) is known color: Olive. HEX triplet: 71, 75 and 02. RGB value is (113,117,2). Sum of RGB (Red+Green+Blue) = 113+117+2=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #717502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717502 is #8E8AFD. Grayscale: #676767. Windows color (decimal): -9341694 or 161137. OLE color: 161137.

HSL color Cylindrical-coordinate representation of color #717502: hue angle of 62.09º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #717502 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 2 -
CMYK 0.03 0 0.98 0.54
HSL 62.09º 0.97% 0.23% -
HSV(B) 62.09º 0.98% 0.46% -
XYZ 13.18 16.24 2.5 -
YUV 102.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 113 117 2 0.03 0 0.98 0.54 62.09 0.97 0.23
Hex 71 75 2 3 0 62 36 3E 61 17
Octal 161 165 2 3 0 142 66 76 141 27
Binary 1110001 1110101 10 11 0 1100010 110110 111110 1100001 10111

Color Harmonies of #717502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717502

Black with #717502

Text Example


Text Example

White with #717502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717502; }

 p { color: rgb(113,117,2); }

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

background-color css

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

 a { background-color: rgb(113,117,2); }

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

border-color css

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

 span { border-color: rgb(113,117,2); }

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