Html Css Color HEX #717402 Olive

📋 copy color: '#717402'

red 113 ◦ green 116 ◦ blue 2

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

Shades of Olive #717402

Tints of Olive #717402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.22%

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

R = 48.92%
G = 50.22%
B = 0.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#717402 (or 0x717402) is known color: Olive. HEX triplet: 71, 74 and 02. RGB value is (113,116,2). Sum of RGB (Red+Green+Blue) = 113+116+2=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #717402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717402 is #8E8BFD. Grayscale: #666666. Windows color (decimal): -9341950 or 160881. OLE color: 160881.

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

Color convert

RGB 113 116 2 -
CMYK 0.03 0 0.98 0.55
HSL 61.58º 0.97% 0.23% -
HSV(B) 61.58º 0.98% 0.45% -
XYZ 13.07 16.01 2.46 -
YUV 102.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 113 116 2 0.03 0 0.98 0.55 61.58 0.97 0.23
Hex 71 74 2 3 0 62 37 3E 61 17
Octal 161 164 2 3 0 142 67 76 141 27
Binary 1110001 1110100 10 11 0 1100010 110111 111110 1100001 10111

Color Harmonies of #717402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717402

Black with #717402

Text Example


Text Example

White with #717402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717402; }

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

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

background-color css

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

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

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

border-color css

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

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

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