Html Css Color HEX #718504 Olive

📋 copy color: '#718504'

red 113 ◦ green 133 ◦ blue 4

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

Shades of Olive #718504

Tints of Olive #718504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.2%

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 45.2%
G = 53.2%
B = 1.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#718504 (or 0x718504) is known color: Olive. HEX triplet: 71, 85 and 04. RGB value is (113,133,4). Sum of RGB (Red+Green+Blue) = 113+133+4=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #718504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718504 is #8E7AFB. Grayscale: #707070. Windows color (decimal): -9337596 or 296305. OLE color: 296305.

HSL color Cylindrical-coordinate representation of color #718504: hue angle of 69.3º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #718504 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 4 -
CMYK 0.15 0 0.97 0.48
HSL 69.3º 0.94% 0.27% -
HSV(B) 69.3º 0.97% 0.52% -
XYZ 15.22 20.29 3.23 -
YUV 112.31 66.87 128.49 -
System Red Green Blue C M Y K H S L
Decimal 113 133 4 0.15 0 0.97 0.48 69.3 0.94 0.27
Hex 71 85 4 F 0 61 30 45 5E 1B
Octal 161 205 4 17 0 141 60 105 136 33
Binary 1110001 10000101 100 1111 0 1100001 110000 1000101 1011110 11011

Color Harmonies of #718504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718504

Black with #718504

Text Example


Text Example

White with #718504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718504; }

 p { color: rgb(113,133,4); }

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

background-color css

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

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

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

border-color css

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

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

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