Html Css Color HEX #718C1B Olive Drab

📋 copy color: '#718C1B'

red 113 ◦ green 140 ◦ blue 27

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

Shades of Olive Drab #718C1B

Tints of Olive Drab #718C1B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50%

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

R = 40.36%
G = 50%
B = 9.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#718C1B (or 0x718C1B) is known color: Olive Drab. HEX triplet: 71, 8C and 1B. RGB value is (113,140,27). Sum of RGB (Red+Green+Blue) = 113+140+27=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #718C1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718C1B is #8E73E4. Grayscale: #777777. Windows color (decimal): -9335781 or 1805425. OLE color: 1805425.

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

Color convert

RGB 113 140 27 -
CMYK 0.19 0 0.81 0.45
HSL 74.34º 0.68% 0.33% -
HSV(B) 74.34º 0.81% 0.55% -
XYZ 16.39 22.35 4.49 -
YUV 119.05 76.05 123.69 -
System Red Green Blue C M Y K H S L
Decimal 113 140 27 0.19 0 0.81 0.45 74.34 0.68 0.33
Hex 71 8C 1B 13 0 51 2D 4A 44 21
Octal 161 214 33 23 0 121 55 112 104 41
Binary 1110001 10001100 11011 10011 0 1010001 101101 1001010 1000100 100001

Color Harmonies of #718C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C1B

Black with #718C1B

Text Example


Text Example

White with #718C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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