Html Css Color HEX #668F76 Oxley

📋 copy color: '#668F76'

red 102 ◦ green 143 ◦ blue 118

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

Shades of Oxley #668F76

Tints of Oxley #668F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.39%

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

R = 28.1%
G = 39.39%
B = 32.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#668F76 (or 0x668F76) is known color: Oxley. HEX triplet: 66, 8F and 76. RGB value is (102,143,118). Sum of RGB (Red+Green+Blue) = 102+143+118=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #668F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668F76 is #997089. Grayscale: #7F7F7F. Windows color (decimal): -10055818 or 7769958. OLE color: 7769958.

HSL color Cylindrical-coordinate representation of color #668F76: hue angle of 143.41º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668F76 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 143 118 -
CMYK 0.29 0 0.17 0.44
HSL 143.41º 0.17% 0.48% -
HSV(B) 143.41º 0.29% 0.56% -
XYZ 18.57 23.78 20.75 -
YUV 127.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 102 143 118 0.29 0 0.17 0.44 143.41 0.17 0.48
Hex 66 8F 76 1D 0 11 2C 8F 11 30
Octal 146 217 166 35 0 21 54 217 21 60
Binary 1100110 10001111 1110110 11101 0 10001 101100 10001111 10001 110000

Color Harmonies of #668F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F76

Black with #668F76

Text Example


Text Example

White with #668F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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