Html Css Color HEX #748361 Camouflage Green

📋 copy color: '#748361'

red 116 ◦ green 131 ◦ blue 97

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

Shades of Camouflage Green #748361

Tints of Camouflage Green #748361

RGB

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

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

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

R = 33.72%
G = 38.08%
B = 28.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#748361 (or 0x748361) is known color: Camouflage Green. HEX triplet: 74, 83 and 61. RGB value is (116,131,97). Sum of RGB (Red+Green+Blue) = 116+131+97=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #748361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748361 is #8B7C9E. Grayscale: #7A7A7A. Windows color (decimal): -9141407 or 6390644. OLE color: 6390644.

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

Color convert

RGB 116 131 97 -
CMYK 0.11 0 0.26 0.49
HSL 86.47º 0.15% 0.45% -
HSV(B) 86.47º 0.26% 0.51% -
XYZ 17.48 20.81 14.4 -
YUV 122.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 116 131 97 0.11 0 0.26 0.49 86.47 0.15 0.45
Hex 74 83 61 B 0 1A 31 56 F 2D
Octal 164 203 141 13 0 32 61 126 17 55
Binary 1110100 10000011 1100001 1011 0 11010 110001 1010110 1111 101101

Color Harmonies of #748361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748361

Black with #748361

Text Example


Text Example

White with #748361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748361; }

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

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

background-color css

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

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

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

border-color css

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

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

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