Html Css Color HEX #748560 Camouflage Green

📋 copy color: '#748560'

red 116 ◦ green 133 ◦ blue 96

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

Shades of Camouflage Green #748560

Tints of Camouflage Green #748560

RGB

 RED value IS 116 (45.7% from 255) = 33.62%

 GREEN value IS 133 (52.34% from 255) = 38.55%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 33.62%
G = 38.55%
B = 27.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#748560 (or 0x748560) is known color: Camouflage Green. HEX triplet: 74, 85 and 60. RGB value is (116,133,96). Sum of RGB (Red+Green+Blue) = 116+133+96=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #748560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748560 is #8B7A9F. Grayscale: #7B7B7B. Windows color (decimal): -9140896 or 6325620. OLE color: 6325620.

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

Color convert

RGB 116 133 96 -
CMYK 0.13 0 0.28 0.48
HSL 87.57º 0.16% 0.45% -
HSV(B) 87.57º 0.28% 0.52% -
XYZ 17.7 21.33 14.25 -
YUV 123.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 116 133 96 0.13 0 0.28 0.48 87.57 0.16 0.45
Hex 74 85 60 D 0 1C 30 58 10 2D
Octal 164 205 140 15 0 34 60 130 20 55
Binary 1110100 10000101 1100000 1101 0 11100 110000 1011000 10000 101101

Color Harmonies of #748560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748560

Black with #748560

Text Example


Text Example

White with #748560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748560; }

 p { color: rgb(116,133,96); }

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

background-color css

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

 a { background-color: rgb(116,133,96); }

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

border-color css

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

 span { border-color: rgb(116,133,96); }

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