Html Css Color HEX #748265 Camouflage Green

📋 copy color: '#748265'

red 116 ◦ green 130 ◦ blue 101

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

Shades of Camouflage Green #748265

Tints of Camouflage Green #748265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

 BLUE value IS 101 (39.84% from 255) = 29.11%

R = 33.43%
G = 37.46%
B = 29.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#748265 (or 0x748265) is known color: Camouflage Green. HEX triplet: 74, 82 and 65. RGB value is (116,130,101). Sum of RGB (Red+Green+Blue) = 116+130+101=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #748265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748265 is #8B7D9A. Grayscale: #7A7A7A. Windows color (decimal): -9141659 or 6652532. OLE color: 6652532.

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

Color convert

RGB 116 130 101 -
CMYK 0.11 0 0.22 0.49
HSL 88.97º 0.13% 0.45% -
HSV(B) 88.97º 0.22% 0.51% -
XYZ 17.53 20.62 15.37 -
YUV 122.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 116 130 101 0.11 0 0.22 0.49 88.97 0.13 0.45
Hex 74 82 65 B 0 16 31 59 D 2D
Octal 164 202 145 13 0 26 61 131 15 55
Binary 1110100 10000010 1100101 1011 0 10110 110001 1011001 1101 101101

Color Harmonies of #748265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748265

Black with #748265

Text Example


Text Example

White with #748265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748265; }

 p { color: rgb(116,130,101); }

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

background-color css

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

 a { background-color: rgb(116,130,101); }

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

border-color css

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

 span { border-color: rgb(116,130,101); }

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