Html Css Color HEX #708265 Camouflage Green

📋 copy color: '#708265'

red 112 ◦ green 130 ◦ blue 101

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

Shades of Camouflage Green #708265

Tints of Camouflage Green #708265

RGB

 RED value IS 112 (44.14% from 255) = 32.65%

 GREEN value IS 130 (51.17% from 255) = 37.9%

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

R = 32.65%
G = 37.9%
B = 29.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#708265 (or 0x708265) is known color: Camouflage Green. HEX triplet: 70, 82 and 65. RGB value is (112,130,101). Sum of RGB (Red+Green+Blue) = 112+130+101=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #708265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708265 is #8F7D9A. Grayscale: #797979. Windows color (decimal): -9403803 or 6652528. OLE color: 6652528.

HSL color Cylindrical-coordinate representation of color #708265: hue angle of 97.24º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708265 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 101 -
CMYK 0.14 0 0.22 0.49
HSL 97.24º 0.13% 0.45% -
HSV(B) 97.24º 0.22% 0.51% -
XYZ 17.01 20.35 15.34 -
YUV 121.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 112 130 101 0.14 0 0.22 0.49 97.24 0.13 0.45
Hex 70 82 65 E 0 16 31 61 D 2D
Octal 160 202 145 16 0 26 61 141 15 55
Binary 1110000 10000010 1100101 1110 0 10110 110001 1100001 1101 101101

Color Harmonies of #708265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708265

Black with #708265

Text Example


Text Example

White with #708265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708265; }

 p { color: rgb(112,130,101); }

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

background-color css

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

 a { background-color: rgb(112,130,101); }

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

border-color css

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

 span { border-color: rgb(112,130,101); }

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