Html Css Color HEX #748360 Camouflage Green

📋 copy color: '#748360'

red 116 ◦ green 131 ◦ blue 96

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

Shades of Camouflage Green #748360

Tints of Camouflage Green #748360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

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

R = 33.82%
G = 38.19%
B = 27.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#748360 (or 0x748360) is known color: Camouflage Green. HEX triplet: 74, 83 and 60. RGB value is (116,131,96). Sum of RGB (Red+Green+Blue) = 116+131+96=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #748360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748360 is #8B7C9F. Grayscale: #7A7A7A. Windows color (decimal): -9141408 or 6325108. OLE color: 6325108.

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

Color convert

RGB 116 131 96 -
CMYK 0.11 0 0.27 0.49
HSL 85.71º 0.15% 0.45% -
HSV(B) 85.71º 0.27% 0.51% -
XYZ 17.43 20.79 14.16 -
YUV 122.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 116 131 96 0.11 0 0.27 0.49 85.71 0.15 0.45
Hex 74 83 60 B 0 1B 31 56 F 2D
Octal 164 203 140 13 0 33 61 126 17 55
Binary 1110100 10000011 1100000 1011 0 11011 110001 1010110 1111 101101

Color Harmonies of #748360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748360

Black with #748360

Text Example


Text Example

White with #748360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748360; }

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

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

background-color css

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

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

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

border-color css

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

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

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