Html Css Color HEX #6B8A7C Patina

📋 copy color: '#6B8A7C'

red 107 ◦ green 138 ◦ blue 124

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

Shades of Patina #6B8A7C

Tints of Patina #6B8A7C

RGB

 RED value IS 107 (42.19% from 255) = 29%

 GREEN value IS 138 (54.3% from 255) = 37.4%

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 29%
G = 37.4%
B = 33.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#6B8A7C (or 0x6B8A7C) is known color: Patina. HEX triplet: 6B, 8A and 7C. RGB value is (107,138,124). Sum of RGB (Red+Green+Blue) = 107+138+124=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8A7C is #947583. Grayscale: #7F7F7F. Windows color (decimal): -9729412 or 8161899. OLE color: 8161899.

HSL color Cylindrical-coordinate representation of color #6B8A7C: hue angle of 152.9º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B8A7C is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 138 124 -
CMYK 0.22 0 0.10 0.46
HSL 152.9º 0.13% 0.48% -
HSV(B) 152.9º 0.22% 0.54% -
XYZ 18.79 22.76 22.47 -
YUV 127.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 107 138 124 0.22 0 0.10 0.46 152.9 0.13 0.48
Hex 6B 8A 7C 16 0 A 2E 99 D 30
Octal 153 212 174 26 0 12 56 231 15 60
Binary 1101011 10001010 1111100 10110 0 1010 101110 10011001 1101 110000

Color Harmonies of #6B8A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8A7C

Black with #6B8A7C

Text Example


Text Example

White with #6B8A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,138,124); }

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

background-color css

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

 a { background-color: rgb(107,138,124); }

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

border-color css

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

 span { border-color: rgb(107,138,124); }

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