Html Css Color HEX #68A18A Patina

📋 copy color: '#68A18A'

red 104 ◦ green 161 ◦ blue 138

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

Shades of Patina #68A18A

Tints of Patina #68A18A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.95%

 BLUE value IS 138 (54.3% from 255) = 34.24%

R = 25.81%
G = 39.95%
B = 34.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#68A18A (or 0x68A18A) is known color: Patina. HEX triplet: 68, A1 and 8A. RGB value is (104,161,138). Sum of RGB (Red+Green+Blue) = 104+161+138=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #68A18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A18A is #975E75. Grayscale: #8D8D8D. Windows color (decimal): -9920118 or 9085288. OLE color: 9085288.

HSL color Cylindrical-coordinate representation of color #68A18A: hue angle of 155.79º 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 #68A18A is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 161 138 -
CMYK 0.35 0 0.14 0.37
HSL 155.79º 0.23% 0.52% -
HSV(B) 155.79º 0.35% 0.63% -
XYZ 23.04 30.27 28.67 -
YUV 141.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 104 161 138 0.35 0 0.14 0.37 155.79 0.23 0.52
Hex 68 A1 8A 23 0 E 25 9C 17 34
Octal 150 241 212 43 0 16 45 234 27 64
Binary 1101000 10100001 10001010 100011 0 1110 100101 10011100 10111 110100

Color Harmonies of #68A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A18A

Black with #68A18A

Text Example


Text Example

White with #68A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,161,138); }

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

background-color css

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

 a { background-color: rgb(104,161,138); }

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

border-color css

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

 span { border-color: rgb(104,161,138); }

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