#67927A

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

Shades of Oxley #67927A

Tints of Oxley #67927A

Color information

#67927A (or 0x67927A) is unknown color: approx Oxley. HEX triplet: 67, 92 and 7A. RGB value is (103,146,122). Sum of RGB (Red+Green+Blue) = 103+146+122=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #67927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67927A is #986D85. Grayscale: #828282. Windows color (decimal): -9989510 or 8032871. OLE color: 8032871.

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

Color convert

RGB103146122-
CMYK0.2900.160.43
HSL146.51º17.27%48.82%-
HSV(B)146.51º29.45%57.25%-
XYZ19.3924.8522.19-
YUV130.41123.25108.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.76%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=27.76%
G=39.35%
B=32.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031461220.2900.160.43146.5117.2748.82
Hex67927A1D0102B931131
Octal14722217235020532232161
Binary1100111100100101111010111010100001010111001001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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