Html Css Color HEX #718100 Olive

📋 copy color: '#718100'

red 113 ◦ green 129 ◦ blue 0

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

Shades of Olive #718100

Tints of Olive #718100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.69%
G = 53.31%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#718100 (or 0x718100) is known color: Olive. HEX triplet: 71, 81 and 00. RGB value is (113,129,0). Sum of RGB (Red+Green+Blue) = 113+129+0=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #718100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718100 is #8E7EFF. Grayscale: #6E6E6E. Windows color (decimal): -9338624 or 33137. OLE color: 33137.

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

Color convert

RGB 113 129 0 -
CMYK 0.12 0 1 0.49
HSL 67.44º 1% 0.25% -
HSV(B) 67.44º 1% 0.51% -
XYZ 14.66 19.21 2.94 -
YUV 109.51 66.2 130.49 -
System Red Green Blue C M Y K H S L
Decimal 113 129 0 0.12 0 1 0.49 67.44 1 0.25
Hex 71 81 0 C 0 64 31 43 64 19
Octal 161 201 0 14 0 144 61 103 144 31
Binary 1110001 10000001 0 1100 0 1100100 110001 1000011 1100100 11001

Color Harmonies of #718100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718100

Black with #718100

Text Example


Text Example

White with #718100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718100; }

 p { color: rgb(113,129,0); }

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

background-color css

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

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

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

border-color css

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

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

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