Html Css Color HEX #6F9382 Patina

📋 copy color: '#6F9382'

red 111 ◦ green 147 ◦ blue 130

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

Shades of Patina #6F9382

Tints of Patina #6F9382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 28.61%
G = 37.89%
B = 33.51%

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

#6F9382 (or 0x6F9382) is known color: Patina. HEX triplet: 6F, 93 and 82. RGB value is (111,147,130). Sum of RGB (Red+Green+Blue) = 111+147+130=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9382 is #906C7D. Grayscale: #868686. Windows color (decimal): -9464958 or 8557423. OLE color: 8557423.

HSL color Cylindrical-coordinate representation of color #6F9382: hue angle of 151.67º 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 #6F9382 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 147 130 -
CMYK 0.24 0 0.12 0.42
HSL 151.67º 0.14% 0.51% -
HSV(B) 151.67º 0.24% 0.58% -
XYZ 21.02 25.86 25 -
YUV 134.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 111 147 130 0.24 0 0.12 0.42 151.67 0.14 0.51
Hex 6F 93 82 18 0 C 2A 98 E 33
Octal 157 223 202 30 0 14 52 230 16 63
Binary 1101111 10010011 10000010 11000 0 1100 101010 10011000 1110 110011

Color Harmonies of #6F9382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9382

Black with #6F9382

Text Example


Text Example

White with #6F9382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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