Html Css Color HEX #6B8B7F Patina

📋 copy color: '#6B8B7F'

red 107 ◦ green 139 ◦ blue 127

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

Shades of Patina #6B8B7F

Tints of Patina #6B8B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.27%

 BLUE value IS 127 (50% from 255) = 34.05%

R = 28.69%
G = 37.27%
B = 34.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#6B8B7F (or 0x6B8B7F) is known color: Patina. HEX triplet: 6B, 8B and 7F. RGB value is (107,139,127). Sum of RGB (Red+Green+Blue) = 107+139+127=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8B7F is #947480. Grayscale: #808080. Windows color (decimal): -9729153 or 8358763. OLE color: 8358763.

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

Color convert

RGB 107 139 127 -
CMYK 0.23 0 0.09 0.45
HSL 157.5º 0.13% 0.48% -
HSV(B) 157.5º 0.23% 0.55% -
XYZ 19.13 23.12 23.53 -
YUV 128.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 107 139 127 0.23 0 0.09 0.45 157.5 0.13 0.48
Hex 6B 8B 7F 17 0 9 2D 9E D 30
Octal 153 213 177 27 0 11 55 236 15 60
Binary 1101011 10001011 1111111 10111 0 1001 101101 10011110 1101 110000

Color Harmonies of #6B8B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8B7F

Black with #6B8B7F

Text Example


Text Example

White with #6B8B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,139,127); }

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

background-color css

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

 a { background-color: rgb(107,139,127); }

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

border-color css

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

 span { border-color: rgb(107,139,127); }

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