Html Css Color HEX #6B917F Patina

📋 copy color: '#6B917F'

red 107 ◦ green 145 ◦ blue 127

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

Shades of Patina #6B917F

Tints of Patina #6B917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

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

R = 28.23%
G = 38.26%
B = 33.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#6B917F (or 0x6B917F) is known color: Patina. HEX triplet: 6B, 91 and 7F. RGB value is (107,145,127). Sum of RGB (Red+Green+Blue) = 107+145+127=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #6B917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B917F is #946E80. Grayscale: #838383. Windows color (decimal): -9727617 or 8360299. OLE color: 8360299.

HSL color Cylindrical-coordinate representation of color #6B917F: hue angle of 151.58º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B917F is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 127 -
CMYK 0.26 0 0.12 0.43
HSL 151.58º 0.15% 0.49% -
HSV(B) 151.58º 0.26% 0.57% -
XYZ 20.02 24.91 23.83 -
YUV 131.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 107 145 127 0.26 0 0.12 0.43 151.58 0.15 0.49
Hex 6B 91 7F 1A 0 C 2B 98 F 31
Octal 153 221 177 32 0 14 53 230 17 61
Binary 1101011 10010001 1111111 11010 0 1100 101011 10011000 1111 110001

Color Harmonies of #6B917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B917F

Black with #6B917F

Text Example


Text Example

White with #6B917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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