Html Css Color HEX #717C02 Olive

📋 copy color: '#717C02'

red 113 ◦ green 124 ◦ blue 2

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

Shades of Olive #717C02

Tints of Olive #717C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.88%

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

R = 47.28%
G = 51.88%
B = 0.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#717C02 (or 0x717C02) is known color: Olive. HEX triplet: 71, 7C and 02. RGB value is (113,124,2). Sum of RGB (Red+Green+Blue) = 113+124+2=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #717C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717C02 is #8E83FD. Grayscale: #6B6B6B. Windows color (decimal): -9339902 or 162929. OLE color: 162929.

HSL color Cylindrical-coordinate representation of color #717C02: hue angle of 65.41º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #717C02 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 124 2 -
CMYK 0.09 0 0.98 0.51
HSL 65.41º 0.97% 0.25% -
HSV(B) 65.41º 0.98% 0.49% -
XYZ 14.03 17.93 2.78 -
YUV 106.8 68.86 132.42 -
System Red Green Blue C M Y K H S L
Decimal 113 124 2 0.09 0 0.98 0.51 65.41 0.97 0.25
Hex 71 7C 2 9 0 62 33 41 61 19
Octal 161 174 2 11 0 142 63 101 141 31
Binary 1110001 1111100 10 1001 0 1100010 110011 1000001 1100001 11001

Color Harmonies of #717C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C02

Black with #717C02

Text Example


Text Example

White with #717C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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