Html Css Color HEX #6B978B Patina

📋 copy color: '#6B978B'

red 107 ◦ green 151 ◦ blue 139

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

Shades of Patina #6B978B

Tints of Patina #6B978B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 26.95%
G = 38.04%
B = 35.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#6B978B (or 0x6B978B) is known color: Patina. HEX triplet: 6B, 97 and 8B. RGB value is (107,151,139). Sum of RGB (Red+Green+Blue) = 107+151+139=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #6B978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B978B is #946874. Grayscale: #888888. Windows color (decimal): -9726069 or 9148267. OLE color: 9148267.

HSL color Cylindrical-coordinate representation of color #6B978B: hue angle of 163.64º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B978B is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 151 139 -
CMYK 0.29 0 0.08 0.41
HSL 163.64º 0.17% 0.51% -
HSV(B) 163.64º 0.29% 0.59% -
XYZ 21.79 27.12 28.51 -
YUV 136.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 107 151 139 0.29 0 0.08 0.41 163.64 0.17 0.51
Hex 6B 97 8B 1D 0 8 29 A4 11 33
Octal 153 227 213 35 0 10 51 244 21 63
Binary 1101011 10010111 10001011 11101 0 1000 101001 10100100 10001 110011

Color Harmonies of #6B978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B978B

Black with #6B978B

Text Example


Text Example

White with #6B978B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,151,139); }

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

background-color css

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

 a { background-color: rgb(107,151,139); }

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

border-color css

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

 span { border-color: rgb(107,151,139); }

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