Html Css Color HEX #757B6E Camouflage Green

📋 copy color: '#757B6E'

red 117 ◦ green 123 ◦ blue 110

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

Shades of Camouflage Green #757B6E

Tints of Camouflage Green #757B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 33.43%
G = 35.14%
B = 31.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#757B6E (or 0x757B6E) is known color: Camouflage Green. HEX triplet: 75, 7B and 6E. RGB value is (117,123,110). Sum of RGB (Red+Green+Blue) = 117+123+110=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 123 - color contains mainly: green. Hex color #757B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B6E is #8A8491. Grayscale: #777777. Windows color (decimal): -9077906 or 7240565. OLE color: 7240565.

HSL color Cylindrical-coordinate representation of color #757B6E: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #757B6E is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 123 110 -
CMYK 0.05 0 0.11 0.52
HSL 87.69º 0.06% 0.46% -
HSV(B) 87.69º 0.11% 0.48% -
XYZ 17.23 19.07 17.53 -
YUV 119.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 117 123 110 0.05 0 0.11 0.52 87.69 0.06 0.46
Hex 75 7B 6E 5 0 B 34 58 6 2E
Octal 165 173 156 5 0 13 64 130 6 56
Binary 1110101 1111011 1101110 101 0 1011 110100 1011000 110 101110

Color Harmonies of #757B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B6E

Black with #757B6E

Text Example


Text Example

White with #757B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757B6E; }

 p { color: rgb(117,123,110); }

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

background-color css

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

 a { background-color: rgb(117,123,110); }

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

border-color css

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

 span { border-color: rgb(117,123,110); }

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