Html Css Color HEX #718A1B Olive Drab

📋 copy color: '#718A1B'

red 113 ◦ green 138 ◦ blue 27

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

Shades of Olive Drab #718A1B

Tints of Olive Drab #718A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.64%

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

R = 40.65%
G = 49.64%
B = 9.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#718A1B (or 0x718A1B) is known color: Olive Drab. HEX triplet: 71, 8A and 1B. RGB value is (113,138,27). Sum of RGB (Red+Green+Blue) = 113+138+27=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #718A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A1B is #8E75E4. Grayscale: #767676. Windows color (decimal): -9336293 or 1804913. OLE color: 1804913.

HSL color Cylindrical-coordinate representation of color #718A1B: hue angle of 73.51º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #718A1B is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 138 27 -
CMYK 0.18 0 0.80 0.46
HSL 73.51º 0.67% 0.32% -
HSV(B) 73.51º 0.8% 0.54% -
XYZ 16.1 21.77 4.39 -
YUV 117.87 76.72 124.53 -
System Red Green Blue C M Y K H S L
Decimal 113 138 27 0.18 0 0.80 0.46 73.51 0.67 0.32
Hex 71 8A 1B 12 0 50 2E 4A 43 20
Octal 161 212 33 22 0 120 56 112 103 40
Binary 1110001 10001010 11011 10010 0 1010000 101110 1001010 1000011 100000

Color Harmonies of #718A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A1B

Black with #718A1B

Text Example


Text Example

White with #718A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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