Html Css Color HEX #717102 Olive

📋 copy color: '#717102'

red 113 ◦ green 113 ◦ blue 2

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

Shades of Olive #717102

Tints of Olive #717102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

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

R = 49.56%
G = 49.56%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#717102 (or 0x717102) is known color: Olive. HEX triplet: 71, 71 and 02. RGB value is (113,113,2). Sum of RGB (Red+Green+Blue) = 113+113+2=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717102 is #8E8EFD. Grayscale: #646464. Windows color (decimal): -9342718 or 160113. OLE color: 160113.

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

Color convert

RGB 113 113 2 -
CMYK 0 0 0.98 0.56
HSL 60º 0.97% 0.23% -
HSV(B) 60º 0.98% 0.44% -
XYZ 12.73 15.33 2.34 -
YUV 100.35 72.5 137.03 -
System Red Green Blue C M Y K H S L
Decimal 113 113 2 0 0 0.98 0.56 60 0.97 0.23
Hex 71 71 2 0 0 62 38 3C 61 17
Octal 161 161 2 0 0 142 70 74 141 27
Binary 1110001 1110001 10 0 0 1100010 111000 111100 1100001 10111

Color Harmonies of #717102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717102

Black with #717102

Text Example


Text Example

White with #717102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717102; }

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

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

background-color css

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

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

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

border-color css

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

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

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