Html Css Color HEX #757872 Camouflage Green

📋 copy color: '#757872'

red 117 ◦ green 120 ◦ blue 114

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

Shades of Camouflage Green #757872

Tints of Camouflage Green #757872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.19%

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 33.33%
G = 34.19%
B = 32.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#757872 (or 0x757872) is known color: Camouflage Green. HEX triplet: 75, 78 and 72. RGB value is (117,120,114). Sum of RGB (Red+Green+Blue) = 117+120+114=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 120 - color contains mainly: green. Hex color #757872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757872 is #8A878D. Grayscale: #767676. Windows color (decimal): -9078670 or 7501941. OLE color: 7501941.

HSL color Cylindrical-coordinate representation of color #757872: hue angle of 90º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #757872 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 114 -
CMYK 0.02 0 0.05 0.53
HSL 90º 0.03% 0.46% -
HSV(B) 90º 0.05% 0.47% -
XYZ 17.09 18.43 18.58 -
YUV 118.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 117 120 114 0.02 0 0.05 0.53 90 0.03 0.46
Hex 75 78 72 2 0 5 35 5A 3 2E
Octal 165 170 162 2 0 5 65 132 3 56
Binary 1110101 1111000 1110010 10 0 101 110101 1011010 11 101110

Color Harmonies of #757872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757872

Black with #757872

Text Example


Text Example

White with #757872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757872; }

 p { color: rgb(117,120,114); }

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

background-color css

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

 a { background-color: rgb(117,120,114); }

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

border-color css

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

 span { border-color: rgb(117,120,114); }

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