Html Css Color HEX #75855D Camouflage Green

📋 copy color: '#75855D'

red 117 ◦ green 133 ◦ blue 93

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

Shades of Camouflage Green #75855D

Tints of Camouflage Green #75855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

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

R = 34.11%
G = 38.78%
B = 27.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#75855D (or 0x75855D) is known color: Camouflage Green. HEX triplet: 75, 85 and 5D. RGB value is (117,133,93). Sum of RGB (Red+Green+Blue) = 117+133+93=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #75855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75855D is #8A7AA2. Grayscale: #7B7B7B. Windows color (decimal): -9075363 or 6129013. OLE color: 6129013.

HSL color Cylindrical-coordinate representation of color #75855D: hue angle of 84º degrees, saturation: 0.18, 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 #75855D is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 93 -
CMYK 0.12 0 0.30 0.48
HSL 84º 0.18% 0.44% -
HSV(B) 84º 0.3% 0.52% -
XYZ 17.7 21.35 13.54 -
YUV 123.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 117 133 93 0.12 0 0.30 0.48 84 0.18 0.44
Hex 75 85 5D C 0 1E 30 54 12 2C
Octal 165 205 135 14 0 36 60 124 22 54
Binary 1110101 10000101 1011101 1100 0 11110 110000 1010100 10010 101100

Color Harmonies of #75855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75855D

Black with #75855D

Text Example


Text Example

White with #75855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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