Html Css Color HEX #679882 Patina

📋 copy color: '#679882'

red 103 ◦ green 152 ◦ blue 130

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

Shades of Patina #679882

Tints of Patina #679882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.77%

R = 26.75%
G = 39.48%
B = 33.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#679882 (or 0x679882) is known color: Patina. HEX triplet: 67, 98 and 82. RGB value is (103,152,130). Sum of RGB (Red+Green+Blue) = 103+152+130=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #679882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679882 is #98677D. Grayscale: #868686. Windows color (decimal): -9987966 or 8558695. OLE color: 8558695.

HSL color Cylindrical-coordinate representation of color #679882: hue angle of 153.06º 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 #679882 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 152 130 -
CMYK 0.32 0 0.14 0.40
HSL 153.06º 0.19% 0.5% -
HSV(B) 153.06º 0.32% 0.6% -
XYZ 20.85 26.95 25.22 -
YUV 134.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 103 152 130 0.32 0 0.14 0.40 153.06 0.19 0.5
Hex 67 98 82 20 0 E 28 99 13 32
Octal 147 230 202 40 0 16 50 231 23 62
Binary 1100111 10011000 10000010 100000 0 1110 101000 10011001 10011 110010

Color Harmonies of #679882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679882

Black with #679882

Text Example


Text Example

White with #679882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679882; }

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

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

background-color css

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

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

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

border-color css

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

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

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