Html Css Color HEX #758B63 Camouflage Green

📋 copy color: '#758B63'

red 117 ◦ green 139 ◦ blue 99

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

Shades of Camouflage Green #758B63

Tints of Camouflage Green #758B63

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

 BLUE value IS 99 (39.06% from 255) = 27.89%

R = 32.96%
G = 39.15%
B = 27.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#758B63 (or 0x758B63) is known color: Camouflage Green. HEX triplet: 75, 8B and 63. RGB value is (117,139,99). Sum of RGB (Red+Green+Blue) = 117+139+99=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #758B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B63 is #8A749C. Grayscale: #7F7F7F. Windows color (decimal): -9073821 or 6523765. OLE color: 6523765.

HSL color Cylindrical-coordinate representation of color #758B63: hue angle of 93º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #758B63 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 139 99 -
CMYK 0.16 0 0.29 0.45
HSL 93º 0.17% 0.47% -
HSV(B) 93º 0.29% 0.55% -
XYZ 18.82 23.15 15.28 -
YUV 127.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 117 139 99 0.16 0 0.29 0.45 93 0.17 0.47
Hex 75 8B 63 10 0 1D 2D 5D 11 2F
Octal 165 213 143 20 0 35 55 135 21 57
Binary 1110101 10001011 1100011 10000 0 11101 101101 1011101 10001 101111

Color Harmonies of #758B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B63

Black with #758B63

Text Example


Text Example

White with #758B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758B63; }

 p { color: rgb(117,139,99); }

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

background-color css

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

 a { background-color: rgb(117,139,99); }

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

border-color css

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

 span { border-color: rgb(117,139,99); }

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