Html Css Color HEX #748661 Camouflage Green

📋 copy color: '#748661'

red 116 ◦ green 134 ◦ blue 97

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

Shades of Camouflage Green #748661

Tints of Camouflage Green #748661

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

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

R = 33.43%
G = 38.62%
B = 27.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#748661 (or 0x748661) is known color: Camouflage Green. HEX triplet: 74, 86 and 61. RGB value is (116,134,97). Sum of RGB (Red+Green+Blue) = 116+134+97=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #748661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748661 is #8B799E. Grayscale: #7C7C7C. Windows color (decimal): -9140639 or 6391412. OLE color: 6391412.

HSL color Cylindrical-coordinate representation of color #748661: hue angle of 89.19º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #748661 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 97 -
CMYK 0.13 0 0.28 0.47
HSL 89.19º 0.16% 0.45% -
HSV(B) 89.19º 0.28% 0.53% -
XYZ 17.89 21.63 14.54 -
YUV 124.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 116 134 97 0.13 0 0.28 0.47 89.19 0.16 0.45
Hex 74 86 61 D 0 1C 2F 59 10 2D
Octal 164 206 141 15 0 34 57 131 20 55
Binary 1110100 10000110 1100001 1101 0 11100 101111 1011001 10000 101101

Color Harmonies of #748661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748661

Black with #748661

Text Example


Text Example

White with #748661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748661; }

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

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

background-color css

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

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

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

border-color css

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

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

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