Html Css Color HEX #748960 Camouflage Green

📋 copy color: '#748960'

red 116 ◦ green 137 ◦ blue 96

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

Shades of Camouflage Green #748960

Tints of Camouflage Green #748960

RGB

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

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

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

R = 33.24%
G = 39.26%
B = 27.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#748960 (or 0x748960) is known color: Camouflage Green. HEX triplet: 74, 89 and 60. RGB value is (116,137,96). Sum of RGB (Red+Green+Blue) = 116+137+96=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #748960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748960 is #8B769F. Grayscale: #7E7E7E. Windows color (decimal): -9139872 or 6326644. OLE color: 6326644.

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

Color convert

RGB 116 137 96 -
CMYK 0.15 0 0.30 0.46
HSL 90.73º 0.18% 0.46% -
HSV(B) 90.73º 0.3% 0.54% -
XYZ 18.26 22.45 14.44 -
YUV 126.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 116 137 96 0.15 0 0.30 0.46 90.73 0.18 0.46
Hex 74 89 60 F 0 1E 2E 5B 12 2E
Octal 164 211 140 17 0 36 56 133 22 56
Binary 1110100 10001001 1100000 1111 0 11110 101110 1011011 10010 101110

Color Harmonies of #748960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748960

Black with #748960

Text Example


Text Example

White with #748960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748960; }

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

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

background-color css

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

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

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

border-color css

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

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

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