Html Css Color HEX #6F9481 Patina

📋 copy color: '#6F9481'

red 111 ◦ green 148 ◦ blue 129

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

Shades of Patina #6F9481

Tints of Patina #6F9481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 28.61%
G = 38.14%
B = 33.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#6F9481 (or 0x6F9481) is known color: Patina. HEX triplet: 6F, 94 and 81. RGB value is (111,148,129). Sum of RGB (Red+Green+Blue) = 111+148+129=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9481 is #906B7E. Grayscale: #868686. Windows color (decimal): -9464703 or 8492143. OLE color: 8492143.

HSL color Cylindrical-coordinate representation of color #6F9481: hue angle of 149.19º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F9481 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 148 129 -
CMYK 0.25 0 0.13 0.42
HSL 149.19º 0.15% 0.51% -
HSV(B) 149.19º 0.25% 0.58% -
XYZ 21.11 26.14 24.7 -
YUV 134.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 111 148 129 0.25 0 0.13 0.42 149.19 0.15 0.51
Hex 6F 94 81 19 0 D 2A 95 F 33
Octal 157 224 201 31 0 15 52 225 17 63
Binary 1101111 10010100 10000001 11001 0 1101 101010 10010101 1111 110011

Color Harmonies of #6F9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9481

Black with #6F9481

Text Example


Text Example

White with #6F9481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,148,129); }

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

background-color css

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

 a { background-color: rgb(111,148,129); }

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

border-color css

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

 span { border-color: rgb(111,148,129); }

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