Html Css Color HEX #6F9083 Patina

📋 copy color: '#6F9083'

red 111 ◦ green 144 ◦ blue 131

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

Shades of Patina #6F9083

Tints of Patina #6F9083

RGB

 RED value IS 111 (43.75% from 255) = 28.76%

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 131 (51.56% from 255) = 33.94%

R = 28.76%
G = 37.31%
B = 33.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#6F9083 (or 0x6F9083) is known color: Patina. HEX triplet: 6F, 90 and 83. RGB value is (111,144,131). Sum of RGB (Red+Green+Blue) = 111+144+131=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9083 is #906F7C. Grayscale: #848484. Windows color (decimal): -9465725 or 8622191. OLE color: 8622191.

HSL color Cylindrical-coordinate representation of color #6F9083: hue angle of 156.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9083 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 144 131 -
CMYK 0.23 0 0.09 0.44
HSL 156.36º 0.13% 0.5% -
HSV(B) 156.36º 0.23% 0.56% -
XYZ 20.63 24.96 25.2 -
YUV 132.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 111 144 131 0.23 0 0.09 0.44 156.36 0.13 0.5
Hex 6F 90 83 17 0 9 2C 9C D 32
Octal 157 220 203 27 0 11 54 234 15 62
Binary 1101111 10010000 10000011 10111 0 1001 101100 10011100 1101 110010

Color Harmonies of #6F9083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9083

Black with #6F9083

Text Example


Text Example

White with #6F9083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,144,131); }

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

background-color css

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

 a { background-color: rgb(111,144,131); }

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

border-color css

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

 span { border-color: rgb(111,144,131); }

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