Html Css Color HEX #669A7F Patina

📋 copy color: '#669A7F'

red 102 ◦ green 154 ◦ blue 127

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

Shades of Patina #669A7F

Tints of Patina #669A7F

RGB

 RED value IS 102 (40.23% from 255) = 26.63%

 GREEN value IS 154 (60.55% from 255) = 40.21%

 BLUE value IS 127 (50% from 255) = 33.16%

R = 26.63%
G = 40.21%
B = 33.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#669A7F (or 0x669A7F) is known color: Patina. HEX triplet: 66, 9A and 7F. RGB value is (102,154,127). Sum of RGB (Red+Green+Blue) = 102+154+127=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 154 - color contains mainly: green. Hex color #669A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A7F is #996580. Grayscale: #878787. Windows color (decimal): -10052993 or 8362598. OLE color: 8362598.

HSL color Cylindrical-coordinate representation of color #669A7F: hue angle of 148.85º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669A7F is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 154 127 -
CMYK 0.34 0 0.18 0.40
HSL 148.85º 0.2% 0.5% -
HSV(B) 148.85º 0.34% 0.6% -
XYZ 20.87 27.47 24.28 -
YUV 135.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 102 154 127 0.34 0 0.18 0.40 148.85 0.2 0.5
Hex 66 9A 7F 22 0 12 28 95 14 32
Octal 146 232 177 42 0 22 50 225 24 62
Binary 1100110 10011010 1111111 100010 0 10010 101000 10010101 10100 110010

Color Harmonies of #669A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669A7F

Black with #669A7F

Text Example


Text Example

White with #669A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669A7F; }

 p { color: rgb(102,154,127); }

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

background-color css

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

 a { background-color: rgb(102,154,127); }

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

border-color css

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

 span { border-color: rgb(102,154,127); }

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