Html Css Color HEX #748461 Camouflage Green

📋 copy color: '#748461'

red 116 ◦ green 132 ◦ blue 97

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

Shades of Camouflage Green #748461

Tints of Camouflage Green #748461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.26%

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

R = 33.62%
G = 38.26%
B = 28.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#748461 (or 0x748461) is known color: Camouflage Green. HEX triplet: 74, 84 and 61. RGB value is (116,132,97). Sum of RGB (Red+Green+Blue) = 116+132+97=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #748461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748461 is #8B7B9E. Grayscale: #7B7B7B. Windows color (decimal): -9141151 or 6390900. OLE color: 6390900.

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

Color convert

RGB 116 132 97 -
CMYK 0.12 0 0.27 0.48
HSL 87.43º 0.15% 0.45% -
HSV(B) 87.43º 0.27% 0.52% -
XYZ 17.61 21.08 14.45 -
YUV 123.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 116 132 97 0.12 0 0.27 0.48 87.43 0.15 0.45
Hex 74 84 61 C 0 1B 30 57 F 2D
Octal 164 204 141 14 0 33 60 127 17 55
Binary 1110100 10000100 1100001 1100 0 11011 110000 1010111 1111 101101

Color Harmonies of #748461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748461

Black with #748461

Text Example


Text Example

White with #748461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748461; }

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

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

background-color css

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

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

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

border-color css

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

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

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