Html Css Color HEX #75856A Camouflage Green

📋 copy color: '#75856A'

red 117 ◦ green 133 ◦ blue 106

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

Shades of Camouflage Green #75856A

Tints of Camouflage Green #75856A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 32.87%
G = 37.36%
B = 29.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#75856A (or 0x75856A) is known color: Camouflage Green. HEX triplet: 75, 85 and 6A. RGB value is (117,133,106). Sum of RGB (Red+Green+Blue) = 117+133+106=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #75856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75856A is #8A7A95. Grayscale: #7D7D7D. Windows color (decimal): -9075350 or 6980981. OLE color: 6980981.

HSL color Cylindrical-coordinate representation of color #75856A: hue angle of 95.56º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75856A is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 106 -
CMYK 0.12 0 0.20 0.48
HSL 95.56º 0.11% 0.47% -
HSV(B) 95.56º 0.2% 0.52% -
XYZ 18.33 21.6 16.84 -
YUV 125.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 117 133 106 0.12 0 0.20 0.48 95.56 0.11 0.47
Hex 75 85 6A C 0 14 30 60 B 2F
Octal 165 205 152 14 0 24 60 140 13 57
Binary 1110101 10000101 1101010 1100 0 10100 110000 1100000 1011 101111

Color Harmonies of #75856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75856A

Black with #75856A

Text Example


Text Example

White with #75856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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