Html Css Color HEX #75825D Camouflage Green

📋 copy color: '#75825D'

red 117 ◦ green 130 ◦ blue 93

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

Shades of Camouflage Green #75825D

Tints of Camouflage Green #75825D

RGB

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

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

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

R = 34.41%
G = 38.24%
B = 27.35%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#75825D (or 0x75825D) is known color: Camouflage Green. HEX triplet: 75, 82 and 5D. RGB value is (117,130,93). Sum of RGB (Red+Green+Blue) = 117+130+93=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #75825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75825D is #8A7DA2. Grayscale: #7A7A7A. Windows color (decimal): -9076131 or 6128245. OLE color: 6128245.

HSL color Cylindrical-coordinate representation of color #75825D: hue angle of 81.08º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75825D is Cyan = 0.1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 93 -
CMYK 0.1 0 0.28 0.49
HSL 81.08º 0.17% 0.44% -
HSV(B) 81.08º 0.28% 0.51% -
XYZ 17.29 20.54 13.41 -
YUV 121.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 117 130 93 0.1 0 0.28 0.49 81.08 0.17 0.44
Hex 75 82 5D A 0 1C 31 51 11 2C
Octal 165 202 135 12 0 34 61 121 21 54
Binary 1110101 10000010 1011101 1010 0 11100 110001 1010001 10001 101100

Color Harmonies of #75825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75825D

Black with #75825D

Text Example


Text Example

White with #75825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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