Html Css Color HEX #679681 Patina

📋 copy color: '#679681'

red 103 ◦ green 150 ◦ blue 129

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

Shades of Patina #679681

Tints of Patina #679681

RGB

 RED value IS 103 (40.63% from 255) = 26.96%

 GREEN value IS 150 (58.98% from 255) = 39.27%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 26.96%
G = 39.27%
B = 33.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#679681 (or 0x679681) is known color: Patina. HEX triplet: 67, 96 and 81. RGB value is (103,150,129). Sum of RGB (Red+Green+Blue) = 103+150+129=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #679681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679681 is #98697E. Grayscale: #858585. Windows color (decimal): -9988479 or 8492647. OLE color: 8492647.

HSL color Cylindrical-coordinate representation of color #679681: hue angle of 153.19º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679681 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 150 129 -
CMYK 0.31 0 0.14 0.41
HSL 153.19º 0.19% 0.5% -
HSV(B) 153.19º 0.31% 0.59% -
XYZ 20.46 26.28 24.76 -
YUV 133.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 103 150 129 0.31 0 0.14 0.41 153.19 0.19 0.5
Hex 67 96 81 1F 0 E 29 99 13 32
Octal 147 226 201 37 0 16 51 231 23 62
Binary 1100111 10010110 10000001 11111 0 1110 101001 10011001 10011 110010

Color Harmonies of #679681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679681

Black with #679681

Text Example


Text Example

White with #679681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679681; }

 p { color: rgb(103,150,129); }

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

background-color css

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

 a { background-color: rgb(103,150,129); }

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

border-color css

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

 span { border-color: rgb(103,150,129); }

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