Html Css Color HEX #718F1B Olive Drab

📋 copy color: '#718F1B'

red 113 ◦ green 143 ◦ blue 27

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

Shades of Olive Drab #718F1B

Tints of Olive Drab #718F1B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.53%

 BLUE value IS 27 (10.94% from 255) = 9.54%

R = 39.93%
G = 50.53%
B = 9.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#718F1B (or 0x718F1B) is known color: Olive Drab. HEX triplet: 71, 8F and 1B. RGB value is (113,143,27). Sum of RGB (Red+Green+Blue) = 113+143+27=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #718F1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718F1B is #8E70E4. Grayscale: #797979. Windows color (decimal): -9335013 or 1806193. OLE color: 1806193.

HSL color Cylindrical-coordinate representation of color #718F1B: hue angle of 75.52º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #718F1B is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 143 27 -
CMYK 0.21 0 0.81 0.44
HSL 75.52º 0.68% 0.33% -
HSV(B) 75.52º 0.81% 0.56% -
XYZ 16.83 23.23 4.63 -
YUV 120.81 75.06 122.43 -
System Red Green Blue C M Y K H S L
Decimal 113 143 27 0.21 0 0.81 0.44 75.52 0.68 0.33
Hex 71 8F 1B 15 0 51 2C 4C 44 21
Octal 161 217 33 25 0 121 54 114 104 41
Binary 1110001 10001111 11011 10101 0 1010001 101100 1001100 1000100 100001

Color Harmonies of #718F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F1B

Black with #718F1B

Text Example


Text Example

White with #718F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718F1B; }

 p { color: rgb(113,143,27); }

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

background-color css

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

 a { background-color: rgb(113,143,27); }

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

border-color css

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

 span { border-color: rgb(113,143,27); }

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