Html Css Color HEX #75845D Camouflage Green

📋 copy color: '#75845D'

red 117 ◦ green 132 ◦ blue 93

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

Shades of Camouflage Green #75845D

Tints of Camouflage Green #75845D

RGB

 RED value IS 117 (46.09% from 255) = 34.21%

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

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 34.21%
G = 38.6%
B = 27.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#75845D (or 0x75845D) is known color: Camouflage Green. HEX triplet: 75, 84 and 5D. RGB value is (117,132,93). Sum of RGB (Red+Green+Blue) = 117+132+93=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #75845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75845D is #8A7BA2. Grayscale: #7B7B7B. Windows color (decimal): -9075619 or 6128757. OLE color: 6128757.

HSL color Cylindrical-coordinate representation of color #75845D: hue angle of 83.08º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75845D is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 93 -
CMYK 0.11 0 0.30 0.48
HSL 83.08º 0.17% 0.44% -
HSV(B) 83.08º 0.3% 0.52% -
XYZ 17.56 21.07 13.5 -
YUV 123.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 117 132 93 0.11 0 0.30 0.48 83.08 0.17 0.44
Hex 75 84 5D B 0 1E 30 53 11 2C
Octal 165 204 135 13 0 36 60 123 21 54
Binary 1110101 10000100 1011101 1011 0 11110 110000 1010011 10001 101100

Color Harmonies of #75845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75845D

Black with #75845D

Text Example


Text Example

White with #75845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75845D; }

 p { color: rgb(117,132,93); }

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

background-color css

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

 a { background-color: rgb(117,132,93); }

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

border-color css

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

 span { border-color: rgb(117,132,93); }

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