Html Css Color HEX #68B985 Silver Tree

📋 copy color: '#68B985'

red 104 ◦ green 185 ◦ blue 133

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

Shades of Silver Tree #68B985

Tints of Silver Tree #68B985

RGB

 RED value IS 104 (41.02% from 255) = 24.64%

 GREEN value IS 185 (72.66% from 255) = 43.84%

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 24.64%
G = 43.84%
B = 31.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#68B985 (or 0x68B985) is known color: Silver Tree. HEX triplet: 68, B9 and 85. RGB value is (104,185,133). Sum of RGB (Red+Green+Blue) = 104+185+133=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 185 - color contains mainly: green. Hex color #68B985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B985 is #97467A. Grayscale: #9A9A9A. Windows color (decimal): -9913979 or 8763752. OLE color: 8763752.

HSL color Cylindrical-coordinate representation of color #68B985: hue angle of 141.48º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B985 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 185 133 -
CMYK 0.44 0 0.28 0.27
HSL 141.48º 0.37% 0.57% -
HSV(B) 141.48º 0.44% 0.73% -
XYZ 27.29 39.33 28.34 -
YUV 154.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 104 185 133 0.44 0 0.28 0.27 141.48 0.37 0.57
Hex 68 B9 85 2C 0 1C 1B 8D 25 39
Octal 150 271 205 54 0 34 33 215 45 71
Binary 1101000 10111001 10000101 101100 0 11100 11011 10001101 100101 111001

Color Harmonies of #68B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B985

Black with #68B985

Text Example


Text Example

White with #68B985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68B985; }

 p { color: rgb(104,185,133); }

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

background-color css

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

 a { background-color: rgb(104,185,133); }

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

border-color css

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

 span { border-color: rgb(104,185,133); }

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