#67957C

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

Shades of Oxley #67957C

Tints of Oxley #67957C

Color information

#67957C (or 0x67957C) is unknown color: approx Oxley. HEX triplet: 67, 95 and 7C. RGB value is (103,149,124). Sum of RGB (Red+Green+Blue) = 103+149+124=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #67957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67957C is #986A83. Grayscale: #848484. Windows color (decimal): -9988740 or 8164711. OLE color: 8164711.

HSL color Cylindrical-coordinate representation of color #67957C: hue angle of 147.39º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67957C is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB103149124-
CMYK0.3100.170.42
HSL147.39º18.25%49.41%-
HSV(B)147.39º30.87%58.43%-
XYZ19.9825.8323-
YUV132.4123.26107.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.39%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=27.39%
G=39.63%
B=32.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031491240.3100.170.42147.3918.2549.41
Hex67957C1F0112A931231
Octal14722517437021522232261
Binary1100111100101011111100111110100011010101001001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67957C; }

 p { color: rgb(103,149,124); }

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

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

 a { background-color: rgb(103,149,124); }

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

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

 span { border-color: rgb(103,149,124); }

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