Html Css Color HEX #6F9381 Patina

📋 copy color: '#6F9381'

red 111 ◦ green 147 ◦ blue 129

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

Shades of Patina #6F9381

Tints of Patina #6F9381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

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

R = 28.68%
G = 37.98%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#6F9381 (or 0x6F9381) is known color: Patina. HEX triplet: 6F, 93 and 81. RGB value is (111,147,129). Sum of RGB (Red+Green+Blue) = 111+147+129=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9381 is #906C7E. Grayscale: #868686. Windows color (decimal): -9464959 or 8491887. OLE color: 8491887.

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

Color convert

RGB 111 147 129 -
CMYK 0.24 0 0.12 0.42
HSL 150º 0.14% 0.51% -
HSV(B) 150º 0.24% 0.58% -
XYZ 20.95 25.83 24.65 -
YUV 134.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 111 147 129 0.24 0 0.12 0.42 150 0.14 0.51
Hex 6F 93 81 18 0 C 2A 96 E 33
Octal 157 223 201 30 0 14 52 226 16 63
Binary 1101111 10010011 10000001 11000 0 1100 101010 10010110 1110 110011

Color Harmonies of #6F9381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9381

Black with #6F9381

Text Example


Text Example

White with #6F9381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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