Html Css Color HEX #669676 Oxley

📋 copy color: '#669676'

red 102 ◦ green 150 ◦ blue 118

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

Shades of Oxley #669676

Tints of Oxley #669676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.54%

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 27.57%
G = 40.54%
B = 31.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#669676 (or 0x669676) is known color: Oxley. HEX triplet: 66, 96 and 76. RGB value is (102,150,118). Sum of RGB (Red+Green+Blue) = 102+150+118=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #669676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669676 is #996989. Grayscale: #848484. Windows color (decimal): -10054026 or 7771750. OLE color: 7771750.

HSL color Cylindrical-coordinate representation of color #669676: hue angle of 140º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669676 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 118 -
CMYK 0.32 0 0.21 0.41
HSL 140º 0.19% 0.49% -
HSV(B) 140º 0.32% 0.59% -
XYZ 19.66 25.95 21.11 -
YUV 132 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 102 150 118 0.32 0 0.21 0.41 140 0.19 0.49
Hex 66 96 76 20 0 15 29 8C 13 31
Octal 146 226 166 40 0 25 51 214 23 61
Binary 1100110 10010110 1110110 100000 0 10101 101001 10001100 10011 110001

Color Harmonies of #669676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669676

Black with #669676

Text Example


Text Example

White with #669676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669676; }

 p { color: rgb(102,150,118); }

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

background-color css

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

 a { background-color: rgb(102,150,118); }

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

border-color css

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

 span { border-color: rgb(102,150,118); }

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