Html Css Color HEX #6C9D85 Patina

📋 copy color: '#6C9D85'

red 108 ◦ green 157 ◦ blue 133

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

Shades of Patina #6C9D85

Tints of Patina #6C9D85

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.45%

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

R = 27.14%
G = 39.45%
B = 33.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#6C9D85 (or 0x6C9D85) is known color: Patina. HEX triplet: 6C, 9D and 85. RGB value is (108,157,133). Sum of RGB (Red+Green+Blue) = 108+157+133=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 157 - color contains mainly: green. Hex color #6C9D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9D85 is #93627A. Grayscale: #8B8B8B. Windows color (decimal): -9659003 or 8756588. OLE color: 8756588.

HSL color Cylindrical-coordinate representation of color #6C9D85: hue angle of 150.61º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C9D85 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 157 133 -
CMYK 0.31 0 0.15 0.38
HSL 150.61º 0.2% 0.52% -
HSV(B) 150.61º 0.31% 0.62% -
XYZ 22.47 29 26.6 -
YUV 139.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 108 157 133 0.31 0 0.15 0.38 150.61 0.2 0.52
Hex 6C 9D 85 1F 0 F 26 97 14 34
Octal 154 235 205 37 0 17 46 227 24 64
Binary 1101100 10011101 10000101 11111 0 1111 100110 10010111 10100 110100

Color Harmonies of #6C9D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9D85

Black with #6C9D85

Text Example


Text Example

White with #6C9D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,157,133); }

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

background-color css

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

 a { background-color: rgb(108,157,133); }

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

border-color css

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

 span { border-color: rgb(108,157,133); }

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