Html Css Color HEX #748961 Camouflage Green

📋 copy color: '#748961'

red 116 ◦ green 137 ◦ blue 97

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

Shades of Camouflage Green #748961

Tints of Camouflage Green #748961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

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

R = 33.14%
G = 39.14%
B = 27.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#748961 (or 0x748961) is known color: Camouflage Green. HEX triplet: 74, 89 and 61. RGB value is (116,137,97). Sum of RGB (Red+Green+Blue) = 116+137+97=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #748961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748961 is #8B769E. Grayscale: #7E7E7E. Windows color (decimal): -9139871 or 6392180. OLE color: 6392180.

HSL color Cylindrical-coordinate representation of color #748961: hue angle of 91.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #748961 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 97 -
CMYK 0.15 0 0.29 0.46
HSL 91.5º 0.17% 0.46% -
HSV(B) 91.5º 0.29% 0.54% -
XYZ 18.31 22.47 14.68 -
YUV 126.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 116 137 97 0.15 0 0.29 0.46 91.5 0.17 0.46
Hex 74 89 61 F 0 1D 2E 5C 11 2E
Octal 164 211 141 17 0 35 56 134 21 56
Binary 1110100 10001001 1100001 1111 0 11101 101110 1011100 10001 101110

Color Harmonies of #748961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748961

Black with #748961

Text Example


Text Example

White with #748961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748961; }

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

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

background-color css

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

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

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

border-color css

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

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

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