#609C6F

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

Shades of Oxley #609C6F

Tints of Oxley #609C6F

Color information

#609C6F (or 0x609C6F) is unknown color: approx Oxley. HEX triplet: 60, 9C and 6F. RGB value is (96,156,111). Sum of RGB (Red+Green+Blue) = 96+156+111=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #609C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609C6F is #9F6390. Grayscale: #858585. Windows color (decimal): -10445713 or 7314528. OLE color: 7314528.

HSL color Cylindrical-coordinate representation of color #609C6F: hue angle of 135º 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 #609C6F is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB96156111-
CMYK0.3800.290.39
HSL135º23.81%49.41%-
HSV(B)135º38.46%61.18%-
XYZ19.5827.4119.3-
YUV132.93115.62101.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 156 (61.33% from 255) = 42.98%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=26.45%
G=42.98%
B=30.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961561110.3800.290.3913523.8149.41
Hex609C6F2601D27871831
Octal14023415746035472073061
Binary11000001001110011011111001100111011001111000011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,156,111); }

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

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

 a { background-color: rgb(96,156,111); }

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

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

 span { border-color: rgb(96,156,111); }

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