Html Css Color HEX #75835D Camouflage Green

📋 copy color: '#75835D'

red 117 ◦ green 131 ◦ blue 93

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

Shades of Camouflage Green #75835D

Tints of Camouflage Green #75835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

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

R = 34.31%
G = 38.42%
B = 27.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#75835D (or 0x75835D) is known color: Camouflage Green. HEX triplet: 75, 83 and 5D. RGB value is (117,131,93). Sum of RGB (Red+Green+Blue) = 117+131+93=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #75835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75835D is #8A7CA2. Grayscale: #7A7A7A. Windows color (decimal): -9075875 or 6128501. OLE color: 6128501.

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

Color convert

RGB 117 131 93 -
CMYK 0.11 0 0.29 0.49
HSL 82.11º 0.17% 0.44% -
HSV(B) 82.11º 0.29% 0.51% -
XYZ 17.43 20.8 13.45 -
YUV 122.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 117 131 93 0.11 0 0.29 0.49 82.11 0.17 0.44
Hex 75 83 5D B 0 1D 31 52 11 2C
Octal 165 203 135 13 0 35 61 122 21 54
Binary 1110101 10000011 1011101 1011 0 11101 110001 1010010 10001 101100

Color Harmonies of #75835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75835D

Black with #75835D

Text Example


Text Example

White with #75835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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