#66927A

Color #66927A Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #66927A

Tints of Oxley #66927A

Color information

#66927A (or 0x66927A) is unknown color: approx Oxley. HEX triplet: 66, 92 and 7A. RGB value is (102,146,122). Sum of RGB (Red+Green+Blue) = 102+146+122=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #66927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66927A is #996D85. Grayscale: #828282. Windows color (decimal): -10055046 or 8032870. OLE color: 8032870.

HSL color Cylindrical-coordinate representation of color #66927A: hue angle of 147.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66927A is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB102146122-
CMYK0.3000.160.43
HSL147.27º17.74%48.63%-
HSV(B)147.27º30.14%57.25%-
XYZ19.2724.7922.18-
YUV130.11123.42107.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=27.57%
G=39.46%
B=32.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461220.3000.160.43147.2717.7448.63
Hex66927A1E0102B931231
Octal14622217236020532232261
Binary1100110100100101111010111100100001010111001001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66927A; }

 p { color: rgb(102,146,122); }

 H1.HeaderClassName
 {
   color: #66927A;
 }
 .AnyTagClassName
 {
   color: #66927A;
 }
</style>
background-color css

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

 a { background-color: rgb(102,146,122); }

 div.DivClassName
 {
   background-color: #66927A;
 }
 .BgClassName
 {
   background-color: #66927A;
 }
</style>
border-color css

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

 span { border-color: rgb(102,146,122); }

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