Html Css Color HEX #717203 Olive

📋 copy color: '#717203'

red 113 ◦ green 114 ◦ blue 3

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

Shades of Olive #717203

Tints of Olive #717203

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.57%

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 49.13%
G = 49.57%
B = 1.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#717203 (or 0x717203) is known color: Olive. HEX triplet: 71, 72 and 03. RGB value is (113,114,3). Sum of RGB (Red+Green+Blue) = 113+114+3=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #717203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717203 is #8E8DFC. Grayscale: #656565. Windows color (decimal): -9342461 or 225905. OLE color: 225905.

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

Color convert

RGB 113 114 3 -
CMYK 0.01 0 0.97 0.55
HSL 60.54º 0.95% 0.23% -
HSV(B) 60.54º 0.97% 0.45% -
XYZ 12.84 15.55 2.41 -
YUV 101.05 72.67 136.53 -
System Red Green Blue C M Y K H S L
Decimal 113 114 3 0.01 0 0.97 0.55 60.54 0.95 0.23
Hex 71 72 3 1 0 61 37 3D 5F 17
Octal 161 162 3 1 0 141 67 75 137 27
Binary 1110001 1110010 11 1 0 1100001 110111 111101 1011111 10111

Color Harmonies of #717203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717203

Black with #717203

Text Example


Text Example

White with #717203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717203; }

 p { color: rgb(113,114,3); }

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

background-color css

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

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

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

border-color css

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

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

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