Html Css Color HEX #6C917F Patina

📋 copy color: '#6C917F'

red 108 ◦ green 145 ◦ blue 127

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

Shades of Patina #6C917F

Tints of Patina #6C917F

RGB

 RED value IS 108 (42.58% from 255) = 28.42%

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

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

R = 28.42%
G = 38.16%
B = 33.42%

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

#6C917F (or 0x6C917F) is known color: Patina. HEX triplet: 6C, 91 and 7F. RGB value is (108,145,127). Sum of RGB (Red+Green+Blue) = 108+145+127=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #6C917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C917F is #936E80. Grayscale: #838383. Windows color (decimal): -9662081 or 8360300. OLE color: 8360300.

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

Color convert

RGB 108 145 127 -
CMYK 0.26 0 0.12 0.43
HSL 150.81º 0.15% 0.5% -
HSV(B) 150.81º 0.26% 0.57% -
XYZ 20.14 24.97 23.84 -
YUV 131.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 108 145 127 0.26 0 0.12 0.43 150.81 0.15 0.5
Hex 6C 91 7F 1A 0 C 2B 97 F 32
Octal 154 221 177 32 0 14 53 227 17 62
Binary 1101100 10010001 1111111 11010 0 1100 101011 10010111 1111 110010

Color Harmonies of #6C917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C917F

Black with #6C917F

Text Example


Text Example

White with #6C917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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