Html Css Color HEX #718C33 Olive Drab

📋 copy color: '#718C33'

red 113 ◦ green 140 ◦ blue 51

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

Shades of Olive Drab #718C33

Tints of Olive Drab #718C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.78%

R = 37.17%
G = 46.05%
B = 16.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#718C33 (or 0x718C33) is known color: Olive Drab. HEX triplet: 71, 8C and 33. RGB value is (113,140,51). Sum of RGB (Red+Green+Blue) = 113+140+51=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #718C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718C33 is #8E73CC. Grayscale: #7A7A7A. Windows color (decimal): -9335757 or 3378289. OLE color: 3378289.

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

Color convert

RGB 113 140 51 -
CMYK 0.19 0 0.64 0.45
HSL 78.2º 0.47% 0.37% -
HSV(B) 78.2º 0.64% 0.55% -
XYZ 16.79 22.51 6.59 -
YUV 121.78 88.05 121.74 -
System Red Green Blue C M Y K H S L
Decimal 113 140 51 0.19 0 0.64 0.45 78.2 0.47 0.37
Hex 71 8C 33 13 0 40 2D 4E 2F 25
Octal 161 214 63 23 0 100 55 116 57 45
Binary 1110001 10001100 110011 10011 0 1000000 101101 1001110 101111 100101

Color Harmonies of #718C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C33

Black with #718C33

Text Example


Text Example

White with #718C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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