Html Css Color HEX #669876 Oxley

📋 copy color: '#669876'

red 102 ◦ green 152 ◦ blue 118

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

Shades of Oxley #669876

Tints of Oxley #669876

RGB

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

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

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

R = 27.42%
G = 40.86%
B = 31.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#669876 (or 0x669876) is known color: Oxley. HEX triplet: 66, 98 and 76. RGB value is (102,152,118). Sum of RGB (Red+Green+Blue) = 102+152+118=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #669876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669876 is #996789. Grayscale: #858585. Windows color (decimal): -10053514 or 7772262. OLE color: 7772262.

HSL color Cylindrical-coordinate representation of color #669876: hue angle of 139.2º 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 #669876 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 118 -
CMYK 0.33 0 0.22 0.40
HSL 139.2º 0.2% 0.5% -
HSV(B) 139.2º 0.33% 0.6% -
XYZ 19.98 26.59 21.22 -
YUV 133.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 102 152 118 0.33 0 0.22 0.40 139.2 0.2 0.5
Hex 66 98 76 21 0 16 28 8B 14 32
Octal 146 230 166 41 0 26 50 213 24 62
Binary 1100110 10011000 1110110 100001 0 10110 101000 10001011 10100 110010

Color Harmonies of #669876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669876

Black with #669876

Text Example


Text Example

White with #669876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669876; }

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

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

background-color css

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

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

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

border-color css

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

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

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