Html Css Color HEX #669879 Oxley

📋 copy color: '#669879'

red 102 ◦ green 152 ◦ blue 121

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

Shades of Oxley #669879

Tints of Oxley #669879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 27.2%
G = 40.53%
B = 32.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#669879 (or 0x669879) is known color: Oxley. HEX triplet: 66, 98 and 79. RGB value is (102,152,121). Sum of RGB (Red+Green+Blue) = 102+152+121=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #669879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669879 is #996786. Grayscale: #858585. Windows color (decimal): -10053511 or 7968870. OLE color: 7968870.

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

Color convert

RGB 102 152 121 -
CMYK 0.33 0 0.20 0.40
HSL 142.8º 0.2% 0.5% -
HSV(B) 142.8º 0.33% 0.6% -
XYZ 20.16 26.66 22.17 -
YUV 133.52 120.94 105.52 -
System Red Green Blue C M Y K H S L
Decimal 102 152 121 0.33 0 0.20 0.40 142.8 0.2 0.5
Hex 66 98 79 21 0 14 28 8F 14 32
Octal 146 230 171 41 0 24 50 217 24 62
Binary 1100110 10011000 1111001 100001 0 10100 101000 10001111 10100 110010

Color Harmonies of #669879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669879

Black with #669879

Text Example


Text Example

White with #669879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669879; }

 p { color: rgb(102,152,121); }

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

background-color css

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

 a { background-color: rgb(102,152,121); }

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

border-color css

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

 span { border-color: rgb(102,152,121); }

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