Html Css Color HEX #6B9382 Patina

📋 copy color: '#6B9382'

red 107 ◦ green 147 ◦ blue 130

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

Shades of Patina #6B9382

Tints of Patina #6B9382

RGB

 RED value IS 107 (42.19% from 255) = 27.86%

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

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

R = 27.86%
G = 38.28%
B = 33.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#6B9382 (or 0x6B9382) is known color: Patina. HEX triplet: 6B, 93 and 82. RGB value is (107,147,130). Sum of RGB (Red+Green+Blue) = 107+147+130=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9382 is #946C7D. Grayscale: #858585. Windows color (decimal): -9727102 or 8557419. OLE color: 8557419.

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

Color convert

RGB 107 147 130 -
CMYK 0.27 0 0.12 0.42
HSL 154.5º 0.16% 0.5% -
HSV(B) 154.5º 0.27% 0.58% -
XYZ 20.53 25.6 24.98 -
YUV 133.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 107 147 130 0.27 0 0.12 0.42 154.5 0.16 0.5
Hex 6B 93 82 1B 0 C 2A 9A 10 32
Octal 153 223 202 33 0 14 52 232 20 62
Binary 1101011 10010011 10000010 11011 0 1100 101010 10011010 10000 110010

Color Harmonies of #6B9382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9382

Black with #6B9382

Text Example


Text Example

White with #6B9382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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