Html Css Color HEX #718465 Camouflage Green

📋 copy color: '#718465'

red 113 ◦ green 132 ◦ blue 101

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

Shades of Camouflage Green #718465

Tints of Camouflage Green #718465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.15%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 32.66%
G = 38.15%
B = 29.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#718465 (or 0x718465) is known color: Camouflage Green. HEX triplet: 71, 84 and 65. RGB value is (113,132,101). Sum of RGB (Red+Green+Blue) = 113+132+101=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #718465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718465 is #8E7B9A. Grayscale: #7A7A7A. Windows color (decimal): -9337755 or 6653041. OLE color: 6653041.

HSL color Cylindrical-coordinate representation of color #718465: hue angle of 96.77º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718465 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 101 -
CMYK 0.14 0 0.23 0.48
HSL 96.77º 0.13% 0.46% -
HSV(B) 96.77º 0.23% 0.52% -
XYZ 17.41 20.95 15.44 -
YUV 122.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 113 132 101 0.14 0 0.23 0.48 96.77 0.13 0.46
Hex 71 84 65 E 0 17 30 61 D 2E
Octal 161 204 145 16 0 27 60 141 15 56
Binary 1110001 10000100 1100101 1110 0 10111 110000 1100001 1101 101110

Color Harmonies of #718465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718465

Black with #718465

Text Example


Text Example

White with #718465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718465; }

 p { color: rgb(113,132,101); }

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

background-color css

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

 a { background-color: rgb(113,132,101); }

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

border-color css

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

 span { border-color: rgb(113,132,101); }

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