Html Css Color HEX #68A085 Patina

📋 copy color: '#68A085'

red 104 ◦ green 160 ◦ blue 133

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

Shades of Patina #68A085

Tints of Patina #68A085

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

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

R = 26.2%
G = 40.3%
B = 33.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#68A085 (or 0x68A085) is known color: Patina. HEX triplet: 68, A0 and 85. RGB value is (104,160,133). Sum of RGB (Red+Green+Blue) = 104+160+133=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #68A085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A085 is #975F7A. Grayscale: #8C8C8C. Windows color (decimal): -9920379 or 8757352. OLE color: 8757352.

HSL color Cylindrical-coordinate representation of color #68A085: hue angle of 151.07º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68A085 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 160 133 -
CMYK 0.35 0 0.17 0.37
HSL 151.07º 0.23% 0.52% -
HSV(B) 151.07º 0.35% 0.63% -
XYZ 22.51 29.78 26.75 -
YUV 140.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 104 160 133 0.35 0 0.17 0.37 151.07 0.23 0.52
Hex 68 A0 85 23 0 11 25 97 17 34
Octal 150 240 205 43 0 21 45 227 27 64
Binary 1101000 10100000 10000101 100011 0 10001 100101 10010111 10111 110100

Color Harmonies of #68A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A085

Black with #68A085

Text Example


Text Example

White with #68A085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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