#619270

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

Shades of Oxley #619270

Tints of Oxley #619270

Color information

#619270 (or 0x619270) is unknown color: approx Oxley. HEX triplet: 61, 92 and 70. RGB value is (97,146,112). Sum of RGB (Red+Green+Blue) = 97+146+112=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #619270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619270 is #9E6D8F. Grayscale: #7F7F7F. Windows color (decimal): -10382736 or 7377505. OLE color: 7377505.

HSL color Cylindrical-coordinate representation of color #619270: hue angle of 138.37º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619270 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB97146112-
CMYK0.3400.230.43
HSL138.37º20.16%47.65%-
HSV(B)138.37º33.56%57.25%-
XYZ18.1324.2719.06-
YUV127.47119.27106.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=27.32%
G=41.13%
B=31.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971461120.3400.230.43138.3720.1647.65
Hex619270220172B8a1430
Octal14122216042027532122460
Binary11000011001001011100001000100101111010111000101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619270; }

 p { color: rgb(97,146,112); }

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

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

 a { background-color: rgb(97,146,112); }

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

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

 span { border-color: rgb(97,146,112); }

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