Html Css Color HEX #718761 Camouflage Green

📋 copy color: '#718761'

red 113 ◦ green 135 ◦ blue 97

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

Shades of Camouflage Green #718761

Tints of Camouflage Green #718761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.13%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 32.75%
G = 39.13%
B = 28.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#718761 (or 0x718761) is known color: Camouflage Green. HEX triplet: 71, 87 and 61. RGB value is (113,135,97). Sum of RGB (Red+Green+Blue) = 113+135+97=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #718761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718761 is #8E789E. Grayscale: #7C7C7C. Windows color (decimal): -9336991 or 6391665. OLE color: 6391665.

HSL color Cylindrical-coordinate representation of color #718761: hue angle of 94.74º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #718761 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 97 -
CMYK 0.16 0 0.28 0.47
HSL 94.74º 0.16% 0.45% -
HSV(B) 94.74º 0.28% 0.53% -
XYZ 17.63 21.7 14.57 -
YUV 124.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 113 135 97 0.16 0 0.28 0.47 94.74 0.16 0.45
Hex 71 87 61 10 0 1C 2F 5F 10 2D
Octal 161 207 141 20 0 34 57 137 20 55
Binary 1110001 10000111 1100001 10000 0 11100 101111 1011111 10000 101101

Color Harmonies of #718761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718761

Black with #718761

Text Example


Text Example

White with #718761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718761; }

 p { color: rgb(113,135,97); }

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

background-color css

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

 a { background-color: rgb(113,135,97); }

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

border-color css

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

 span { border-color: rgb(113,135,97); }

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