Html Css Color HEX #699C82 Patina

📋 copy color: '#699C82'

red 105 ◦ green 156 ◦ blue 130

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

Shades of Patina #699C82

Tints of Patina #699C82

RGB

 RED value IS 105 (41.41% from 255) = 26.85%

 GREEN value IS 156 (61.33% from 255) = 39.9%

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

R = 26.85%
G = 39.9%
B = 33.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#699C82 (or 0x699C82) is known color: Patina. HEX triplet: 69, 9C and 82. RGB value is (105,156,130). Sum of RGB (Red+Green+Blue) = 105+156+130=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #699C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699C82 is #96637D. Grayscale: #898989. Windows color (decimal): -9855870 or 8559721. OLE color: 8559721.

HSL color Cylindrical-coordinate representation of color #699C82: hue angle of 149.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699C82 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 156 130 -
CMYK 0.33 0 0.17 0.39
HSL 149.41º 0.2% 0.51% -
HSV(B) 149.41º 0.33% 0.61% -
XYZ 21.74 28.39 25.45 -
YUV 137.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 105 156 130 0.33 0 0.17 0.39 149.41 0.2 0.51
Hex 69 9C 82 21 0 11 27 95 14 33
Octal 151 234 202 41 0 21 47 225 24 63
Binary 1101001 10011100 10000010 100001 0 10001 100111 10010101 10100 110011

Color Harmonies of #699C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C82

Black with #699C82

Text Example


Text Example

White with #699C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699C82; }

 p { color: rgb(105,156,130); }

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

background-color css

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

 a { background-color: rgb(105,156,130); }

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

border-color css

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

 span { border-color: rgb(105,156,130); }

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