Html Css Color HEX #679881 Patina

📋 copy color: '#679881'

red 103 ◦ green 152 ◦ blue 129

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

Shades of Patina #679881

Tints of Patina #679881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.58%

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

R = 26.82%
G = 39.58%
B = 33.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#679881 (or 0x679881) is known color: Patina. HEX triplet: 67, 98 and 81. RGB value is (103,152,129). Sum of RGB (Red+Green+Blue) = 103+152+129=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #679881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679881 is #98677E. Grayscale: #868686. Windows color (decimal): -9987967 or 8493159. OLE color: 8493159.

HSL color Cylindrical-coordinate representation of color #679881: hue angle of 151.84º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679881 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 152 129 -
CMYK 0.32 0 0.15 0.40
HSL 151.84º 0.19% 0.5% -
HSV(B) 151.84º 0.32% 0.6% -
XYZ 20.78 26.93 24.87 -
YUV 134.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 103 152 129 0.32 0 0.15 0.40 151.84 0.19 0.5
Hex 67 98 81 20 0 F 28 98 13 32
Octal 147 230 201 40 0 17 50 230 23 62
Binary 1100111 10011000 10000001 100000 0 1111 101000 10011000 10011 110010

Color Harmonies of #679881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679881

Black with #679881

Text Example


Text Example

White with #679881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679881; }

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

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

background-color css

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

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

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

border-color css

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

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

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