Html Css Color HEX #699880 Patina

📋 copy color: '#699880'

red 105 ◦ green 152 ◦ blue 128

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

Shades of Patina #699880

Tints of Patina #699880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 27.27%
G = 39.48%
B = 33.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#699880 (or 0x699880) is known color: Patina. HEX triplet: 69, 98 and 80. RGB value is (105,152,128). Sum of RGB (Red+Green+Blue) = 105+152+128=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #699880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699880 is #96677F. Grayscale: #878787. Windows color (decimal): -9856896 or 8427625. OLE color: 8427625.

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

Color convert

RGB 105 152 128 -
CMYK 0.31 0 0.16 0.40
HSL 149.36º 0.19% 0.5% -
HSV(B) 149.36º 0.31% 0.6% -
XYZ 20.95 27.02 24.53 -
YUV 135.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 105 152 128 0.31 0 0.16 0.40 149.36 0.19 0.5
Hex 69 98 80 1F 0 10 28 95 13 32
Octal 151 230 200 37 0 20 50 225 23 62
Binary 1101001 10011000 10000000 11111 0 10000 101000 10010101 10011 110010

Color Harmonies of #699880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699880

Black with #699880

Text Example


Text Example

White with #699880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699880; }

 p { color: rgb(105,152,128); }

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

background-color css

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

 a { background-color: rgb(105,152,128); }

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

border-color css

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

 span { border-color: rgb(105,152,128); }

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