Html Css Color HEX #6C9B8A Patina

📋 copy color: '#6C9B8A'

red 108 ◦ green 155 ◦ blue 138

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

Shades of Patina #6C9B8A

Tints of Patina #6C9B8A

RGB

 RED value IS 108 (42.58% from 255) = 26.93%

 GREEN value IS 155 (60.94% from 255) = 38.65%

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

R = 26.93%
G = 38.65%
B = 34.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#6C9B8A (or 0x6C9B8A) is known color: Patina. HEX triplet: 6C, 9B and 8A. RGB value is (108,155,138). Sum of RGB (Red+Green+Blue) = 108+155+138=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #6C9B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9B8A is #936475. Grayscale: #8B8B8B. Windows color (decimal): -9659510 or 9083756. OLE color: 9083756.

HSL color Cylindrical-coordinate representation of color #6C9B8A: hue angle of 158.3º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C9B8A is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 155 138 -
CMYK 0.30 0 0.11 0.39
HSL 158.3º 0.19% 0.52% -
HSV(B) 158.3º 0.3% 0.61% -
XYZ 22.49 28.47 28.35 -
YUV 139.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 108 155 138 0.30 0 0.11 0.39 158.3 0.19 0.52
Hex 6C 9B 8A 1E 0 B 27 9E 13 34
Octal 154 233 212 36 0 13 47 236 23 64
Binary 1101100 10011011 10001010 11110 0 1011 100111 10011110 10011 110100

Color Harmonies of #6C9B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9B8A

Black with #6C9B8A

Text Example


Text Example

White with #6C9B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C9B8A; }

 p { color: rgb(108,155,138); }

 H1.HeaderClassName
 {
   color: #6C9B8A;
 }
 .AnyTagClassName
 {
   color: #6C9B8A;
 }
</style>

background-color css

<style>
 a { background-color: #6C9B8A; }

 a { background-color: rgb(108,155,138); }

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

border-color css

<style>
 span { border-color: #6C9B8A; }

 span { border-color: rgb(108,155,138); }

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