#609B71

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

Shades of Oxley #609B71

Tints of Oxley #609B71

Color information

#609B71 (or 0x609B71) is unknown color: approx Oxley. HEX triplet: 60, 9B and 71. RGB value is (96,155,113). Sum of RGB (Red+Green+Blue) = 96+155+113=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #609B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609B71 is #9F648E. Grayscale: #848484. Windows color (decimal): -10445967 or 7445344. OLE color: 7445344.

HSL color Cylindrical-coordinate representation of color #609B71: hue angle of 137.29º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609B71 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB96155113-
CMYK0.3800.270.39
HSL137.29º23.51%49.22%-
HSV(B)137.29º38.06%60.78%-
XYZ19.5327.1219.83-
YUV132.57116.95101.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=26.37%
G=42.58%
B=31.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961551130.3800.270.39137.2923.5149.22
Hex609B712601B27891831
Octal14023316146033472113061
Binary11000001001101111100011001100110111001111000100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609B71; }

 p { color: rgb(96,155,113); }

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

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

 a { background-color: rgb(96,155,113); }

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

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

 span { border-color: rgb(96,155,113); }

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