#619C76

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

Shades of Oxley #619C76

Tints of Oxley #619C76

Color information

#619C76 (or 0x619C76) is unknown color: approx Oxley. HEX triplet: 61, 9C and 76. RGB value is (97,156,118). Sum of RGB (Red+Green+Blue) = 97+156+118=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #619C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C76 is #9E6389. Grayscale: #868686. Windows color (decimal): -10380170 or 7773281. OLE color: 7773281.

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

Color convert

RGB97156118-
CMYK0.3800.240.39
HSL141.36º23.32%49.61%-
HSV(B)141.36º37.82%61.18%-
XYZ20.0927.6321.41-
YUV134.03118.95101.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=26.15%
G=42.05%
B=31.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971561180.3800.240.39141.3623.3249.61
Hex619C7626018278d1732
Octal14123416646030472152762
Binary11000011001110011101101001100110001001111000110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619C76; }

 p { color: rgb(97,156,118); }

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

<style>
 a { background-color: #619C76; }

 a { background-color: rgb(97,156,118); }

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

<style>
 span { border-color: #619C76; }

 span { border-color: rgb(97,156,118); }

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